Switch to nested attrsets.

This commit is contained in:
Tom Alexander
2025-08-09 14:37:25 -04:00
parent f667c9daa6
commit 146dc5f79a
2 changed files with 119 additions and 118 deletions

View File

@@ -78,6 +78,11 @@
./util/unfree_polyfill
];
# me.install.user.file.talexander.".local/nixcfg" = ./README.org;
me.install.user.talexander.file.".local/nixcfg" = {
source = ./flake.lock;
};
nix.settings.experimental-features = [
"nix-command"
"flakes"