Experiment with GTK themes
This commit is contained in:
parent
6fd6e04498
commit
5c9d5e18ce
@ -4,8 +4,8 @@
|
||||
gtk.enable = true;
|
||||
|
||||
gtk.theme.package = lib.mkForce pkgs.adw-gtk3;
|
||||
gtk.theme.name = "adw-gtk3";
|
||||
gtk.theme.name = lib.mkForce "adw-gtk3-dark";
|
||||
|
||||
gtk.iconTheme.package = pkgs.dracula-icon-theme;
|
||||
gtk.iconTheme.name = "Dracula";
|
||||
gtk.iconTheme.package = pkgs.tela-circle-icon-theme;
|
||||
gtk.iconTheme.name = "Tela-circle-dark";
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user