moby: re-enable gps-share by lifting it out of HAL

This commit is contained in:
2024-10-19 00:08:07 +00:00
parent fc4fadbb5b
commit 35d349a73e
2 changed files with 3 additions and 3 deletions

View File

@@ -114,9 +114,6 @@ in
"pine64-alsa-ucm" # upstreaming: <https://github.com/alsa-project/alsa-ucm-conf/issues/399>
];
sane.programs.geoclue2.suggestedPrograms = [
"gps-share"
];
sane.programs.nwg-panel.config.torch = "white:flash";
sane.programs.swaynotificationcenter.config = {
backlight = "backlight"; # /sys/class/backlight/*backlight*/brightness

View File

@@ -13,6 +13,9 @@
"consoleMediaUtils" # overbroad, but handy on very rare occasion
"handheldGuiApps"
];
sane.programs.geoclue2.suggestedPrograms = [
"gps-share"
];
sane.programs.sway.suggestedPrograms = [
"sane-input-handler"
];