feat(gtk/theme): use Adwaita

This commit is contained in:
2025-08-22 23:30:00 +08:00
parent d22d597cf1
commit 82ba9038ed

View File

@@ -48,13 +48,17 @@ lib.my.makeSwitch {
gtk = {
enable = true;
theme = {
package = pkgs.mono-gtk-theme;
name = "MonoThemeDark";
package = pkgs.gnome-themes-extra;
name = "Adwaita";
};
gtk2 = {
configLocation = "${config.my.home.xdg.configHome}/gtk-2.0/gtkrc";
};
gtk3 = {
theme = {
package = pkgs.adw-gtk3;
name = "adw-gtk3";
};
extraConfig = {
gtk-decoration-layout = ":none";
gtk-application-prefer-dark-theme = 1;