nero: add moonshine package

This commit is contained in:
2026-08-09 19:33:25 -04:00
parent 0d7f093cba
commit 4cb8651603
3 changed files with 90 additions and 23 deletions
+29
View File
@@ -83,6 +83,35 @@ in
openFirewall = true;
autoStart = true;
};
moonshine = {
enable = true;
user = "frank";
uid = 1000;
openFirewall = true;
settings = {
application = [
{
title = "Steam";
command = [
"/run/current-system/sw/bin/steam"
"steam://open/bigpicture"
];
}
];
application_scanner = [
{
type = "steam";
library = "$HOME/.local/share/Steam";
command = [
"/run/current-system/sw/bin/steam"
"-bigpicture"
"steam://rungameid/{game_id}"
];
}
];
};
};
};
programs = {