feat: add vnc-server

This commit is contained in:
Peritia 2025-09-22 16:11:21 +02:00
parent 947cbe3ac5
commit 7bbda6140f
3 changed files with 264 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
config,
lib,
pkgs,
...
}: {
imports = [
./vnc-server.nix
];
}