gnome location

This commit is contained in:
Chaos 2022-11-11 17:28:03 +00:00
parent 3506de8b12
commit e381f442b8
No known key found for this signature in database

View file

@ -47,6 +47,7 @@ in {
font-hinting = "full";
font-name = "Comic Code ${font-sizes.medium}";
monospace-font-name = "Comic Code ${font-sizes.small}";
color-scheme = "prefer-dark";
};
"org/gnome/desktop/input-sources" = {
# TODO: see if this changes when using gnome wayland?
@ -78,6 +79,9 @@ in {
remove-old-temp-files = true;
remove-old-trash-files = true;
};
# use location services to set time
"org/gnome/system/location" = { enabled = true; };
"org/gnome/desktop/datetime" = { automatic-timezone = true; }
"org/gnome/desktop/wm/keybindings" = {
# mostly just i3wm stock keybinds
close = [ "<Shift><Alt>q" ];