Merge pull request #247256 from lucasew/xrdp-audio

xrdp: add support for audio
This commit is contained in:
Thiago Kenji Okada 2024-01-16 10:06:51 +00:00 committed by GitHub
commit 401d16acd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 331 additions and 74 deletions

View file

@ -958,6 +958,7 @@ in {
xmonad-xdg-autostart = handleTest ./xmonad-xdg-autostart.nix {};
xpadneo = handleTest ./xpadneo.nix {};
xrdp = handleTest ./xrdp.nix {};
xrdp-with-audio-pulseaudio = handleTest ./xrdp-with-audio-pulseaudio.nix {};
xscreensaver = handleTest ./xscreensaver.nix {};
xss-lock = handleTest ./xss-lock.nix {};
xterm = handleTest ./xterm.nix {};