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;