add holochain-launcher

This commit is contained in:
steveej 2022-09-17 18:19:39 +02:00
parent 46f1997ddd
commit 59ae28722f
5 changed files with 38 additions and 8 deletions

View file

@ -28,6 +28,7 @@ in {
zshCurried
../programs/podman.nix
../programs/vscode
../programs/holochain-launcher.nix
];
nixpkgs.config = {

View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = [
pkgs.holochain-launcher
];
}