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

16 lines
200 B
Nix

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