fixes window decorations

This commit is contained in:
Dennis Schoepf 2026-03-04 01:31:25 +01:00
parent feff7cdd40
commit 65a428b116

View file

@ -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;