mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-25 04:02:11 +02: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;
|
idle-delay = mkUint32 60;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"org/gnome/maps" = {
|
||||||
|
map-type = "MapsVectorSource";
|
||||||
|
transportation-type = "car";
|
||||||
|
};
|
||||||
|
|
||||||
"org/gnome/desktop/input-sources" = {
|
"org/gnome/desktop/input-sources" = {
|
||||||
sources = [
|
sources = [
|
||||||
(mkTuple [ "xkb" "us" ])
|
(mkTuple [ "xkb" "us" ])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user