Fix gtk config
This commit is contained in:
parent
ac3ba714b8
commit
50c840f0d9
1 changed files with 9 additions and 3 deletions
12
gtk.nix
12
gtk.nix
|
@ -1,10 +1,16 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
gtk = {
|
||||
theme.package = pkgs.gnome-themes-extra;
|
||||
theme.name = "Adwaita Dark:";
|
||||
iconTheme.package = pkgs.adwaita-icon-theme;
|
||||
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";
|
||||
};
|
||||
dconf.settings."org/gnome/desktop/interface" = {
|
||||
enable-animations = false;
|
||||
};
|
||||
qt.platformTheme = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue