diff --git a/modules/desktop/hyprland/default.nix b/modules/desktop/hyprland/default.nix index c6865001..bd0efd2a 100644 --- a/modules/desktop/hyprland/default.nix +++ b/modules/desktop/hyprland/default.nix @@ -117,6 +117,7 @@ in inputs.rose-pine-hyprcursor.packages.${pkgs.system}.default # gtk fluent-gtk-theme + fluent-icon-theme ]; programs.hyprland = { diff --git a/overlays/default.nix b/overlays/default.nix index e45a9d63..dfbbf0b5 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -26,6 +26,9 @@ themeVariants = [ "red" ]; tweaks = [ "square" ]; }; + fluent-icon-theme = prev.fluent-icon-theme.override { + colorVariants = [ "red" ]; + }; dwm = prev.dwm.overrideAttrs (old: { src = ../config/dwm; });