nixdots/home/packages/cli/scripts/default.nix
2024-07-27 01:07:07 +02:00

12 lines
177 B
Nix

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