Add GTK theming for everforest

This commit is contained in:
Elnu 2023-01-08 17:50:21 -08:00
parent e172b4b140
commit d61d195f9f
6 changed files with 57 additions and 16 deletions

View file

@ -13,10 +13,7 @@ in
enable = true;
greeters.gtk = {
enable = true;
theme = {
name = "Nordic";
package = pkgs.nordic;
};
theme = colors.gtkTheme pkgs;
};
background = ../wallpapers/${colors.wallpaper};
};