Implement sunshine/moonlight desktop streaming
This commit is contained in:
parent
00635213d0
commit
3d04e10cc6
|
|
@ -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; [
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue