From 5fbf2166f11808ba18b6e8c60aedceb7b957eb32 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 15 Dec 2023 02:33:18 +0000 Subject: [PATCH] moby: enable go2tv/catt --- hosts/modules/roles/handheld.nix | 1 + 1 file changed, 1 insertion(+) 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" ]; };