From 55224a19e107ea7be1bf1725b175c03301b4d01d Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Fri, 8 Dec 2023 18:56:38 +0530 Subject: [PATCH] feat: add dconf settings for programmer options in calculator --- home.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home.nix b/home.nix index a188a19..7b6e2af 100644 --- a/home.nix +++ b/home.nix @@ -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";