diff --git a/home/profiles/themes/dark/default.nix b/home/profiles/themes/dark/default.nix index 7268169..09fc7ea 100644 --- a/home/profiles/themes/dark/default.nix +++ b/home/profiles/themes/dark/default.nix @@ -7,9 +7,10 @@ stylix = { iconTheme = { enable = true; - package = pkgs.adwaita-icon-theme; - dark = "Adwaita-dark"; + package = pkgs.morewaita-icon-theme; + dark = "MoreWaita"; }; + targets = { firefox.profileNames = ["xun"]; gtk.enable = true;