Add RDP to gandalf

This commit is contained in:
2026-03-25 10:08:07 +01:00
parent 37e2708326
commit da793609a7
4 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
remmina
];
}