Remove GTK theming
This commit is contained in:
parent
4408b60421
commit
d306493bb7
2 changed files with 1 additions and 6 deletions
|
@ -25,6 +25,7 @@ with pkgs; [
|
|||
fzf
|
||||
gdb
|
||||
gimp
|
||||
gnome.gnome-tweaks
|
||||
gnucash
|
||||
gnumake
|
||||
gnupg
|
||||
|
|
|
@ -10,12 +10,6 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme.package = pkgs.gnome3.gnome-themes-extra;
|
||||
theme.name = "Adwaita-dark";
|
||||
iconTheme.package = pkgs.gnome3.adwaita-icon-theme;
|
||||
iconTheme.name = "Adwaita";
|
||||
font.package = pkgs.cantarell-fonts;
|
||||
font.name = "Cantarell";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue