ship satellite program

really this only belongs on devices which have a gps unit (i.e. moby).
maybe i'll tune that in the future.
This commit is contained in:
Colin 2024-06-21 19:09:43 +00:00
parent a6c48eda71
commit 143bdf672b
2 changed files with 3 additions and 0 deletions

View File

@ -973,6 +973,8 @@ in
sane-weather.sandbox.method = "bwrap";
sane-weather.sandbox.net = "clearnet";
satellite = {};
screen.sandbox.enable = false; #< tty; needs to run anything
sequoia.sandbox.method = "bwrap"; # TODO:sandbox: untested

View File

@ -30,6 +30,7 @@ in
suggestedPrograms = [
"geoclue-demo-agent"
"ols" #< WiFi SSID -> lat/long lookups
"satellite" #< graphical view into GPS fix data
"where-am-i" #< handy debugging/testing tool
];
};