diff --git a/nix/modules/stylix/home.nix b/nix/modules/stylix/home.nix index 963f1cf..7078b5f 100644 --- a/nix/modules/stylix/home.nix +++ b/nix/modules/stylix/home.nix @@ -21,5 +21,6 @@ in stylix.autoEnable = false; # honestly, fuck stylix; stylix.targets.gtk.enable = true; stylix.targets.qt.enable = true; + stylix.targets.tmux.enable = false; }; }