From 9cc372370a02719540b56146f347be5bba9e9791 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Thu, 5 Feb 2026 12:56:38 +0100 Subject: fixed syntax error --- modules/home/i3wm/nord-blue/i3.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') 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}'"; } ]; -- cgit v1.2.3