1

feat: add dconf settings for dark theme with adw-gtk3

This commit is contained in:
Himadri Bhattacharjee
2023-12-08 18:56:06 +05:30
parent a812abfb7c
commit e8a009b6f7

View File

@@ -18,4 +18,11 @@
};
stateVersion = "23.11";
};
dconf.settings = {
# Enable dark theme using adw-gtk3 to make GTK3 apps look coherent
"org/gnome/desktop/interface" = {
gtk-theme = "adw-gtk3-dark";
color-scheme = "prefer-dark";
};
};
}