diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 12:35:46 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 12:35:46 +0100 |
| commit | 6c91a8f361b2e5b05a6bfd809bb1e19454e1eea6 (patch) | |
| tree | c517b1b5c367ef1c6937d124b186d57a8b12d270 /modules/home/i3wm/nord-blue/variables.nix | |
| parent | 3a88f3e7fdd9aa41e44f4407d21679b9116155d5 (diff) | |
i got no clue what i did
Diffstat (limited to 'modules/home/i3wm/nord-blue/variables.nix')
| -rw-r--r-- | modules/home/i3wm/nord-blue/variables.nix | 13 |
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 +} |
