From f0ba5172eb5505c26bfd4fb09c7fb947e7a4241c Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Sun, 19 Oct 2025 19:00:59 +0100 Subject: [PATCH] modi(stylix@modules): this maybe does something --- nix/modules/stylix/home.nix | 1 + 1 file changed, 1 insertion(+) 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; }; }