NixOS-Config/home/misc/remotedesktop.nix
2024-09-23 16:36:46 -04:00

7 lines
91 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
moonlight-qt
rustdesk-flutter
];
}