This commit is contained in:
albert 2024-04-29 15:27:39 +09:00
parent 585051aa20
commit bab04b7922
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -1,3 +1,4 @@
{ lib, ... }: { { 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
} }