From bab04b7922e1a992e71bd63c20f911f5f9dc967a Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 29 Apr 2024 15:27:39 +0900 Subject: [PATCH] Updates --- stylix/common/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylix/common/default.nix b/stylix/common/default.nix index 5f832d53..ac140980 100644 --- a/stylix/common/default.nix +++ b/stylix/common/default.nix @@ -1,3 +1,4 @@ { lib, ... }: { - stylix.targets.tmux.enable = lib.mkForce false; + stylix.targets.tmux.enable = lib.mkForce false; # Custom theme in main config + stylix.targets.zellij.enable = lib.mkForce false; # Custom theme in main config }