aboutsummaryrefslogtreecommitdiff
path: root/modules/home
diff options
context:
space:
mode:
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}'"; }
];