nixdots/home/packages/cli/scripts/default.nix
2024-06-21 15:26:27 +02:00

13 lines
157 B
Nix

{
pkgs,
...
}: let
scriptPkgs = (import ./packages {inherit pkgs;});
in {
home.packages = with scriptPkgs; [
bitcoin
cheatsh
];
}