aboutsummaryrefslogtreecommitdiff
path: root/modules/home
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-05 12:56:38 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-05 12:56:38 +0100
commit9cc372370a02719540b56146f347be5bba9e9791 (patch)
tree0d011d946aa70d1a3703fa1ab6e639d95ae92983 /modules/home
parent0829f977aae7ad98c6dfd68ebb3ddaf880a3e1d9 (diff)
fixed syntax error
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/i3wm/nord-blue/i3.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/home/i3wm/nord-blue/i3.nix b/modules/home/i3wm/nord-blue/i3.nix
index dec576c..f1d1d69 100644
--- a/modules/home/i3wm/nord-blue/i3.nix
+++ b/modules/home/i3wm/nord-blue/i3.nix
@@ -8,10 +8,11 @@ in
xsession.windowManager = {
i3 = {
enable = true;
- bars = [ ];
config = {
modifier = mod;
+ bars = [ ];
+
startup = [
{ command = "sh -c 'feh --bg-fill ${vars.wallpaper}'"; }
];