aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home.legacy/files
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home.legacy/files')
-rw-r--r--modules/home.legacy/files/default.nix1
-rw-r--r--modules/home.legacy/files/wallpaper/abstract-nord.pngbin140219 -> 0 bytes
-rw-r--r--modules/home.legacy/files/wallpaper/default.nix14
3 files changed, 0 insertions, 15 deletions
diff --git a/modules/home.legacy/files/default.nix b/modules/home.legacy/files/default.nix
index 16fe9afe..50b340b8 100644
--- a/modules/home.legacy/files/default.nix
+++ b/modules/home.legacy/files/default.nix
@@ -1,6 +1,5 @@
{...}: {
imports = [
- ./wallpaper
./manifest_json
];
}
diff --git a/modules/home.legacy/files/wallpaper/abstract-nord.png b/modules/home.legacy/files/wallpaper/abstract-nord.png
deleted file mode 100644
index 5ef498bf..00000000
--- a/modules/home.legacy/files/wallpaper/abstract-nord.png
+++ /dev/null
Binary files differ
diff --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";
- };
- };
- };
-}