Cleanup
This commit is contained in:
parent
b7b348c163
commit
3d86adb45f
41 changed files with 124 additions and 81 deletions
19
gtk.nix
19
gtk.nix
|
@ -1,19 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
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";
|
||||
};
|
||||
dconf.settings."org/gnome/desktop/interface" = {
|
||||
enable-animations = false;
|
||||
};
|
||||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gtk";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue