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

15 lines
184 B
Nix

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