Add h264 client

...still hasn't fixed RDP white-screen from Archie
This commit is contained in:
Chris (wolcen) Thompson 2025-10-15 14:55:31 -04:00
parent d3d95bf930
commit 4b43add3b9

View file

@ -237,6 +237,7 @@ in
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
freerdp # connect to KDE remotely w/RDP instead (KDE 6.1 servers)...seems it's still an xwindows client that's most tested. 🤮 freerdp # connect to KDE remotely w/RDP instead (KDE 6.1 servers)...seems it's still an xwindows client that's most tested. 🤮
openh264 # rather, this is the client library
dos2unix # convert file line endings dos2unix # convert file line endings
dnsmasq # temporarily allowed for connection sharing dnsmasq # temporarily allowed for connection sharing
ansible # automation/software-defined-configuration tool ansible # automation/software-defined-configuration tool