summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-06 13:03:14 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-06 13:03:14 +0100
commit729dd959b5d77166b5172d0a946ae4351b46348c (patch)
tree203de46fb525323bf37516c45271a47b5362bb76
parent36d2d8934f1bbcf8ec54baa4a6270871ad5191d2 (diff)
added missing semicolon
-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 2497c71..5fac2bc 100644
--- a/modules/home/i3wm/nord-blue/variables.nix
+++ b/modules/home/i3wm/nord-blue/variables.nix
@@ -3,7 +3,7 @@
background = "#2D333F";
accent = "#82A3C0";
foreground = "#C6D0F5";
- text = "#D5A18E"
+ text = "#D5A18E";
};
wallpaper = "~/home/mun/Documents/4. Configuration/modules/home/i3wm/nord-blue/wallpapers/wave-minimal.png";