diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home/i3wm/nord-blue/i3.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/modules/home/i3wm/nord-blue/i3.nix b/modules/home/i3wm/nord-blue/i3.nix index da7ecf3..bd57bde 100644 --- a/modules/home/i3wm/nord-blue/i3.nix +++ b/modules/home/i3wm/nord-blue/i3.nix @@ -14,8 +14,6 @@ in bars = [ ]; - smartBorders = "on"; - window = { titlebar = false; border = 3; @@ -104,6 +102,11 @@ in }; }; + # I'm trying to avoid using this option as much as I can but sometimes I can't figure out how to do stuff via HM + # TODO: Find a way to declare smart borders in proper nixos home-manager + extraConfig = '' + smart_borders on + ''; }; }; home.packages = with pkgs; [ |
