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

12 lines
177 B
Nix
Raw Normal View History

2024-07-27 01:07:07 +02:00
{pkgs, ...}: let
scriptPkgs = import ./packages {inherit pkgs;};
2024-06-21 14:58:31 +02:00
in {
2024-07-27 01:07:07 +02:00
home.packages = with scriptPkgs; [
bitcoin
cheatsh
colors256
unix
gh-notify
];
2024-06-21 14:58:31 +02:00
}