mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
phone: Add gnome maps config
Note that I actually prefer online maps since GNOME Maps is quite slow on the PinePhone, making it a pain to use.
This commit is contained in:
parent
d56187532a
commit
28c984c24b
@ -71,6 +71,11 @@ in
|
||||
idle-delay = mkUint32 60;
|
||||
};
|
||||
|
||||
"org/gnome/maps" = {
|
||||
map-type = "MapsVectorSource";
|
||||
transportation-type = "car";
|
||||
};
|
||||
|
||||
"org/gnome/desktop/input-sources" = {
|
||||
sources = [
|
||||
(mkTuple [ "xkb" "us" ])
|
||||
|
Loading…
Reference in New Issue
Block a user