nixfleet/hmModules/remmina/default.nix
2023-06-16 16:52:15 +02:00

3 lines
51 B
Nix

{pkgs, ...}: {
home.packages = [pkgs.remmina];
}