NixOS-Config/home-manager/misc/remotedesktop.nix
2024-08-24 22:16:51 -04:00

7 lines
91 B
Nix

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