8 lines
No EOL
250 B
Nix
8 lines
No EOL
250 B
Nix
dconf.settings = {
|
|
"org/gnome/calculator" = {
|
|
button-mode = "programming";
|
|
show-thousands = true;
|
|
base = 10;
|
|
word-size = 64;
|
|
window-position = lib.hm.gvariant.mkTuple [100 100];
|
|
}; |