From 90daf80a88db08e66f3ccf1c8e664fc630576b4a Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Sun, 14 Dec 2025 09:50:53 -0600 Subject: [PATCH] icons --- modules/home/stylix/default.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/home/stylix/default.nix b/modules/home/stylix/default.nix index 5b158a6..f782c05 100644 --- a/modules/home/stylix/default.nix +++ b/modules/home/stylix/default.nix @@ -68,9 +68,12 @@ in icons = { enable = true; - package = pkgs.colloid-icon-theme; - dark = "Colloid-nord-dark"; - light = "Colloid-nord-light"; + package = pkgs.colloid-icon-theme.override { + schemeVariants = [ "nord" ]; + colorVariants = [ "default" ]; + }; + dark = "Colloid-Nord-Dark"; + light = "Colloid-Nord-Light"; }; opacity = {