diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 12:56:38 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 12:56:38 +0100 |
| commit | 9cc372370a02719540b56146f347be5bba9e9791 (patch) | |
| tree | 0d011d946aa70d1a3703fa1ab6e639d95ae92983 /modules/home/i3wm | |
| parent | 0829f977aae7ad98c6dfd68ebb3ddaf880a3e1d9 (diff) | |
fixed syntax error
Diffstat (limited to 'modules/home/i3wm')
| -rw-r--r-- | modules/home/i3wm/nord-blue/i3.nix | 3 |
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}'"; } ]; |
