phone: Drop gnome-maps

Was a pain to use on the PinePhone and slower than just using maps
in a web browser.
This commit is contained in:
Donovan Glover 2024-08-01 16:24:09 -04:00
parent 3f10f44bb9
commit 07ea9018f9
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -71,11 +71,6 @@ 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" ])
@ -129,7 +124,6 @@ in
inherit (pkgs.gnome) inherit (pkgs.gnome)
gnome-contacts gnome-contacts
gnome-maps
; ;
inherit (pkgs) inherit (pkgs)