mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-22 02:09:02 +02: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;
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user