From f932ce1158739a3587c8ac0f8141c02379404e9a Mon Sep 17 00:00:00 2001 From: TudbuT Date: Sat, 19 Oct 2024 15:32:41 +0200 Subject: [PATCH] fix i3.extraConfig --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index d67c7e6..8051aa0 100644 --- a/home.nix +++ b/home.nix @@ -89,6 +89,7 @@ in xsession.windowManager.i3 = { enable = true; package = pkgs.i3-gaps; + extraConfig = "exec feh --bg-fill .background-image"; config = { keybindings = lib.mkOptionDefault { "XF86AudioMute" = "exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle"; @@ -115,7 +116,6 @@ in gaps = { inner = 12; }; - extraConfig = "exec feh --bg-fill .background-image"; }; }; programs.i3status.enable = true;