summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-05 12:45:41 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-05 12:45:41 +0100
commit46fa47c307833c15dd48ea2fb469b2f62974292e (patch)
tree3bf515eb86d7ff5ff632b4c177fcda9a94226d3e /modules
parenta4cbfd72a029afbbb1878abae6d42bf4873a4601 (diff)
added missing semicolon
Diffstat (limited to 'modules')
-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 689dcda..4a50ffd 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 = "~/home/mun/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
}