diff options
Diffstat (limited to '')
-rw-r--r-- | flake/nixosConfigurations/abstract-nord.png (renamed from modules/home.legacy/files/wallpaper/abstract-nord.png) | bin | 140219 -> 140219 bytes | |||
-rw-r--r-- | modules/home.legacy/files/wallpaper/default.nix | 14 |
2 files changed, 0 insertions, 14 deletions
diff --git a/modules/home.legacy/files/wallpaper/abstract-nord.png b/flake/nixosConfigurations/abstract-nord.png index 5ef498bf..5ef498bf 100644 --- a/modules/home.legacy/files/wallpaper/abstract-nord.png +++ b/flake/nixosConfigurations/abstract-nord.png Binary files differdiff --git a/modules/home.legacy/files/wallpaper/default.nix b/modules/home.legacy/files/wallpaper/default.nix deleted file mode 100644 index 119df225..00000000 --- a/modules/home.legacy/files/wallpaper/default.nix +++ /dev/null @@ -1,14 +0,0 @@ -{config, ...}: { - home = { - sessionVariables = { - WALLPAPER = "${config.home.homeDirectory}/media/pictures/wallpaper"; - }; - - file = { - wallpaper = { - source = ./abstract-nord.png; - target = "media/pictures/wallpaper"; - }; - }; - }; -} |