nixdots/home/packages/cli/scripts/default.nix

12 lines
143 B
Nix
Raw Normal View History

2024-06-21 12:58:31 +00:00
{
pkgs,
...
}: let
scriptPkgs = (import ./packages {inherit pkgs;});
in {
home.packages = with scriptPkgs; [
bitcoin
];
}