gtk attempt 2
This commit is contained in:
parent
9b52dcbedc
commit
0a80822977
2 changed files with 4 additions and 0 deletions
|
@ -117,6 +117,7 @@ in
|
|||
inputs.rose-pine-hyprcursor.packages.${pkgs.system}.default
|
||||
# gtk
|
||||
fluent-gtk-theme
|
||||
fluent-icon-theme
|
||||
];
|
||||
|
||||
programs.hyprland = {
|
||||
|
|
|
@ -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;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue