diff --git a/hosts/modules/roles/handheld.nix b/hosts/modules/roles/handheld.nix index 12cc4096..7900195a 100644 --- a/hosts/modules/roles/handheld.nix +++ b/hosts/modules/roles/handheld.nix @@ -10,6 +10,7 @@ config = lib.mkIf config.sane.roles.handheld { sane.programs.guiApps.suggestedPrograms = [ + "consoleMediaUtils" # overbroad, but handy on very rare occasion "handheldGuiApps" ]; };