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

6 lines
67 B
Nix
Raw Normal View History

2022-09-17 18:19:39 +02:00
{ pkgs, ... }:
{
2022-10-31 11:04:38 +01:00
home.packages = [ pkgs.holochain-launcher ];
2022-09-17 18:19:39 +02:00
}