diff --git a/configs/i3.nix b/configs/i3.nix index 4410e22..ba1a8d5 100644 --- a/configs/i3.nix +++ b/configs/i3.nix @@ -52,7 +52,6 @@ in { displayManager.defaultSession = "none+i3"; windowManager.i3 = { enable = true; - package = pkgs.i3-gaps; }; }; @@ -108,7 +107,6 @@ in { } ]; }; - gaps.inner = 4; floating = { titlebar = false; border = 1;