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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1007 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 874 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 670 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 273 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 MiB

View File

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