diff --git a/configs/i3.nix b/configs/i3.nix index 11df913..e75a5af 100644 --- a/configs/i3.nix +++ b/configs/i3.nix @@ -84,6 +84,7 @@ in { displayManager.defaultSession = "none+i3"; windowManager.i3 = { enable = true; + package = pkgs.i3-gaps; }; }; @@ -140,6 +141,7 @@ in { } ]; }; + gaps.inner = 4; floating = { titlebar = false; border = 1;