added missing packages to otter launcher

This commit is contained in:
2026-07-06 20:30:05 +01:00
parent 9651e02cbe
commit 901ce4f01f

View File

@@ -40,6 +40,10 @@
}: {
inherit pkgs;
package = inputs.otter-launcher.packages.${pkgs.stdenv.hostPlatform.system}.default;
runtimePkgs = with pkgs; [
fsel
bluetui
];
flags = {
"-c" = final-config;
};