about summary refs log tree commit diff stats
path: root/modules/home/files/wallpaper/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/files/wallpaper/default.nix')
-rw-r--r--modules/home/files/wallpaper/default.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/home/files/wallpaper/default.nix b/modules/home/files/wallpaper/default.nix
deleted file mode 100644
index 119df225..00000000
--- a/modules/home/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";
-      };
-    };
-  };
-}