mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 01:14:01 +01:00
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:
parent
3f10f44bb9
commit
07ea9018f9
@ -71,11 +71,6 @@ in
|
||||
idle-delay = mkUint32 60;
|
||||
};
|
||||
|
||||
"org/gnome/maps" = {
|
||||
map-type = "MapsVectorSource";
|
||||
transportation-type = "car";
|
||||
};
|
||||
|
||||
"org/gnome/desktop/input-sources" = {
|
||||
sources = [
|
||||
(mkTuple [ "xkb" "us" ])
|
||||
@ -129,7 +124,6 @@ in
|
||||
|
||||
inherit (pkgs.gnome)
|
||||
gnome-contacts
|
||||
gnome-maps
|
||||
;
|
||||
|
||||
inherit (pkgs)
|
||||
|
Loading…
Reference in New Issue
Block a user