This commit is contained in:
Peritia 2025-09-10 12:17:16 +02:00
parent fc0abdd4bb
commit aca73cdd0f
73 changed files with 3873 additions and 381 deletions

View file

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