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) {
enable = true;
font = {
name = "Droid Sans";
};
font.name = "Droid Sans";
iconTheme = {
package = pkgs.papirus-icon-theme;
name = "Papirus";
package = pkgs.papirus-icon-theme;
};
theme = {
package = pkgs.vimix-gtk-themes;
name = "VimixDark";
name = "Adwaita-dark";
package = pkgs.gnome.gnome-themes-extra;
};
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
gtk3.bookmarks = map (s: "file://${config.home.homeDirectory}/${s}") [