summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-05 12:38:46 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-05 12:38:46 +0100
commit53d74bae280a11cfe6d866ed25ab0dd555fc3bf1 (patch)
tree2f1d5fb3c818b3945e1feb2b22f9a16286f83c54
parent6c91a8f361b2e5b05a6bfd809bb1e19454e1eea6 (diff)
fixed wallpaper path
-rw-r--r--modules/home/i3wm/nord-blue/variables.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/i3wm/nord-blue/variables.nix b/modules/home/i3wm/nord-blue/variables.nix
index b023e75..689dcda 100644
--- a/modules/home/i3wm/nord-blue/variables.nix
+++ b/modules/home/i3wm/nord-blue/variables.nix
@@ -4,6 +4,6 @@
# Add other colours
};
- wallpaper = "~/Documents/4. Configuration/modules/home/i3wm/nord-blue/wallpapers/wave-minimal.png
+ wallpaper = "~/home/mun/Documents/4. Configuration/modules/home/i3wm/nord-blue/wallpapers/wave-minimal.png"
# Add other wallpapers eventually
}