This commit is contained in:
2026-04-09 11:20:46 -05:00
parent 94a2ed6c8a
commit 00a830c3c4
17 changed files with 0 additions and 17 deletions

View File

@@ -4,23 +4,6 @@
flake.nixosModules.default = { lib, ... }: {
config = {
environment.etc = lib.mkMerge [
(builtins.listToAttrs
(builtins.map
(n: {
name = "Wallpaper/${n}";
value = {
source = ./Wallpaper/${n};
};
})
(builtins.attrNames
(builtins.readDir ./Wallpaper)
)
)
)
];
};
};
}