From 102a8cb0cb6c1765ea2caf984d332a901b9dc491 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 6 Feb 2026 12:32:35 +0100 Subject: added smart borders to extraConfig --- modules/home/i3wm/nord-blue/i3.nix | 7 +++++-- 1 file 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; [ -- cgit v1.2.3