summaryrefslogtreecommitdiff
path: root/modules/home/i3wm/nord-blue/variables.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/i3wm/nord-blue/variables.nix')
-rw-r--r--modules/home/i3wm/nord-blue/variables.nix13
1 files changed, 5 insertions, 8 deletions
diff --git a/modules/home/i3wm/nord-blue/variables.nix b/modules/home/i3wm/nord-blue/variables.nix
index 0a5d027..b023e75 100644
--- a/modules/home/i3wm/nord-blue/variables.nix
+++ b/modules/home/i3wm/nord-blue/variables.nix
@@ -1,12 +1,9 @@
-{ ... }:
-
{
colors = {
- main = #2D333F
-
+ main = "#2D333F";
+ # Add other colours
};
- wallpaper = {
- wave = import ./wallpapers/wave-minimal.jpeg
+
+ wallpaper = "~/Documents/4. Configuration/modules/home/i3wm/nord-blue/wallpapers/wave-minimal.png
# Add other wallpapers eventually
- }
-} \ No newline at end of file
+}