infra/nix/home-manager/programs/holochain-launcher.nix

3 lines
62 B
Nix

{pkgs, ...}: {
home.packages = [pkgs.holochain-launcher];
}