nero: add moonshine package
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user