From 65a428b116ec2928d7e50753bace1699df5e94b9 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Wed, 4 Mar 2026 01:31:25 +0100 Subject: [PATCH] fixes window decorations --- modules/terminal/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/terminal/default.nix b/modules/terminal/default.nix index 4a13819..84ea476 100644 --- a/modules/terminal/default.nix +++ b/modules/terminal/default.nix @@ -4,8 +4,8 @@ { pkgs, ... }: { environment.systemPackages = with pkgs; [ - tmux - tmuxinator + tmux + tmuxinator ]; home-manager.sharedModules = [ @@ -17,8 +17,8 @@ { pkgs, ... }: { environment.systemPackages = with pkgs; [ - tmux - tmuxinator + tmux + tmuxinator ]; home-manager.sharedModules = [ @@ -37,6 +37,7 @@ font-family = "VictorMono Nerd Font"; font-style = "SemiBold"; background-opacity = 0.945; + window-decoration = "none"; window-padding-x = 0; window-padding-y = 0; window-padding-balance = true;