add holochain-launcher
This commit is contained in:
parent
46f1997ddd
commit
59ae28722f
5 changed files with 38 additions and 8 deletions
7
nix/home-manager/programs/holochain-launcher.nix
Normal file
7
nix/home-manager/programs/holochain-launcher.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.holochain-launcher
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue