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

8 lines
73 B
Nix
Raw Normal View History

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