gtk attempt 2

This commit is contained in:
Sakooooo 2024-09-05 09:52:46 +04:00
parent 9b52dcbedc
commit 0a80822977
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 4 additions and 0 deletions

View file

@ -117,6 +117,7 @@ in
inputs.rose-pine-hyprcursor.packages.${pkgs.system}.default inputs.rose-pine-hyprcursor.packages.${pkgs.system}.default
# gtk # gtk
fluent-gtk-theme fluent-gtk-theme
fluent-icon-theme
]; ];
programs.hyprland = { programs.hyprland = {

View file

@ -26,6 +26,9 @@
themeVariants = [ "red" ]; themeVariants = [ "red" ];
tweaks = [ "square" ]; tweaks = [ "square" ];
}; };
fluent-icon-theme = prev.fluent-icon-theme.override {
colorVariants = [ "red" ];
};
dwm = prev.dwm.overrideAttrs (old: { dwm = prev.dwm.overrideAttrs (old: {
src = ../config/dwm; src = ../config/dwm;
}); });