test
|
Before Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 1007 KiB |
|
Before Width: | Height: | Size: 110 MiB |
|
Before Width: | Height: | Size: 191 KiB |
|
Before Width: | Height: | Size: 874 KiB |
|
Before Width: | Height: | Size: 1.5 MiB |
|
Before Width: | Height: | Size: 48 MiB |
|
Before Width: | Height: | Size: 203 MiB |
|
Before Width: | Height: | Size: 670 KiB |
|
Before Width: | Height: | Size: 273 KiB |
|
Before Width: | Height: | Size: 140 MiB |
|
Before Width: | Height: | Size: 3.1 MiB |
|
Before Width: | Height: | Size: 2.8 MiB |
|
Before Width: | Height: | Size: 36 MiB |
@@ -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)
|
||||
)
|
||||
)
|
||||
)
|
||||
];
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||