about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/i3/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/i3/default.nix b/modules/i3/default.nix
index a10c9e69..417e987a 100644
--- a/modules/i3/default.nix
+++ b/modules/i3/default.nix
@@ -102,6 +102,10 @@ in
       inherit (pkgs) dmenu xterm pvolctrl;
       inherit (pkgs.xorg) xsetroot;
       inherit wsConfig barConfig;
+
+      postInstall = ''
+        ${pkgs.i3}/bin/i3 -c "$target" -C
+      '';
     };
   };
 }