nix/laptop/dconf.nix

8 lines
250 B
Nix
Raw Normal View History

2023-06-30 04:39:01 +02:00
dconf.settings = {
"org/gnome/calculator" = {
button-mode = "programming";
show-thousands = true;
base = 10;
word-size = 64;
window-position = lib.hm.gvariant.mkTuple [100 100];
};