1

feat: add dconf settings for programmer options in calculator

This commit is contained in:
Himadri Bhattacharjee
2023-12-08 18:56:38 +05:30
parent e8a009b6f7
commit 55224a19e1

View File

@@ -19,6 +19,14 @@
stateVersion = "23.11";
};
dconf.settings = {
# Did you know I'm a programmer?
"org/gnome/calculator" = {
button-mode = "programming";
show-thousands = true;
base = 10;
};
# Enable dark theme using adw-gtk3 to make GTK3 apps look coherent
"org/gnome/desktop/interface" = {
gtk-theme = "adw-gtk3-dark";