stylix: add more exceptions

This commit is contained in:
NullBite 2024-05-23 14:34:39 -04:00
parent 14dc030911
commit bbee18f1de
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -6,6 +6,9 @@
{
targets.vim.enable = lib.mkDefault false;
targets.gtk.enable = lib.mkDefault false;
targets.fzf.enable = lib.mkDefault false;
# the ring is styled light so it's light on light which looks worse than the default theme
targets.swaylock.enable = lib.mkDefault false;
}
# only if styix is standalone
(lib.mkIf (!(args ? osConfig && args.osConfig ? stylix)) {