From bbee18f1de7fc468c46b3f1f7f878c8d66baafcb Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 23 May 2024 14:34:39 -0400 Subject: [PATCH] stylix: add more exceptions --- home/stylix.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/stylix.nix b/home/stylix.nix index 44d60ff..217d82d 100644 --- a/home/stylix.nix +++ b/home/stylix.nix @@ -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)) {