fix rules

This commit is contained in:
mjallen18
2025-06-18 17:59:52 -05:00
parent d0880fd36d
commit 96360efd32
3 changed files with 62 additions and 67 deletions

View File

@@ -18,7 +18,7 @@ let
# iconThemeColor = "dark"; # "" "light" "dark"
# iconThemeVariant = ""; # "" "purple" "pink" "red" "orange" "yellow" "green" "teal" "grey"
iconThemeScheme = "nord"; # "" "nord" "dracula" "gruvbox" "everforest" "catppuccin"
iconTheme = "Colloid-Nord";
iconTheme = "Colloid-Nord-Dark";
iconThemePkg = pkgs.colloid-icon-theme.override {
schemeVariants = [ iconThemeScheme ];
colorVariants = [ "default" ];