home/gtk: use adwaita-dark

This commit is contained in:
2025-04-10 18:29:39 +02:00
parent 70356efa1a
commit 1f2d983f43

View File

@@ -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}") [