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