Add rustdesk.nix

This commit is contained in:
cubernetes 2026-06-05 02:09:45 +02:00
parent 145703d75f
commit 160367723d

View file

@ -0,0 +1,9 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
rustdesk
];
home.file.".config/rustdesk/RustDesk2.toml".source = ./rustdesk/RustDesk2.toml;
}