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

13 lines
157 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
2024-06-21 13:20:41 +00:00
cheatsh
2024-06-21 12:58:31 +00:00
];
}