Implement sunshine/moonlight desktop streaming

This commit is contained in:
Curt Spark 2025-12-04 19:46:36 +00:00
parent 00635213d0
commit 3d04e10cc6
3 changed files with 11 additions and 1 deletions

View File

@ -111,6 +111,14 @@
# Docker for development
virtualisation.docker.enable = true;
# Sunshine remote desktop streaming
services.sunshine = {
enable = true;
autoStart = true;
capSysAdmin = true;
openFirewall = true;
};
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [

View File

@ -268,6 +268,7 @@
# ventoy-full
qbittorrent
krita
moonlight-qt
gimp
gimpPlugins.gmic
@ -281,7 +282,7 @@
pass-wayland
thunderbird
protonmail-desktop
# protonmail-desktop
texliveFull
ripgrep

View File

@ -49,6 +49,7 @@ in
lxappearance # Manage GTK Themes
kdePackages.polkit-kde-agent-1 # Polkit Prompt for password prompts etc
lxqt.lxqt-openssh-askpass # GUI to query passwords on behalf of SSH agents - Issues compiling
zathura # PDF Viewer
zenity # Display custom prompts
(writeShellScriptBin "zenity-askpass"