home/gtk: use adwaita-dark
This commit is contained in:
@@ -2,17 +2,18 @@
|
|||||||
{
|
{
|
||||||
gtk = pkgs.lib.mkIf (!machineVars.headless) {
|
gtk = pkgs.lib.mkIf (!machineVars.headless) {
|
||||||
enable = true;
|
enable = true;
|
||||||
font = {
|
font.name = "Droid Sans";
|
||||||
name = "Droid Sans";
|
|
||||||
};
|
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
package = pkgs.papirus-icon-theme;
|
|
||||||
name = "Papirus";
|
name = "Papirus";
|
||||||
|
package = pkgs.papirus-icon-theme;
|
||||||
};
|
};
|
||||||
|
|
||||||
theme = {
|
theme = {
|
||||||
package = pkgs.vimix-gtk-themes;
|
name = "Adwaita-dark";
|
||||||
name = "VimixDark";
|
package = pkgs.gnome.gnome-themes-extra;
|
||||||
};
|
};
|
||||||
|
|
||||||
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
|
||||||
|
|
||||||
gtk3.bookmarks = map (s: "file://${config.home.homeDirectory}/${s}") [
|
gtk3.bookmarks = map (s: "file://${config.home.homeDirectory}/${s}") [
|
||||||
|
Reference in New Issue
Block a user