2023-12-13 21:38:30 -05:00
|
|
|
{
|
|
|
|
config,
|
|
|
|
pkgs,
|
|
|
|
...
|
|
|
|
}: {
|
|
|
|
home.packages =
|
|
|
|
(with config.customPkgs; [
|
|
|
|
pokemon-colorscripts
|
|
|
|
repl
|
|
|
|
])
|
|
|
|
++ (with pkgs.nodePackages; [
|
|
|
|
undollar
|
|
|
|
])
|
|
|
|
++ (with pkgs; [
|
|
|
|
dracula-theme
|
|
|
|
neofetch
|
|
|
|
progress
|
|
|
|
wget
|
|
|
|
tree
|
2023-12-26 04:00:25 -05:00
|
|
|
openssh
|
2023-12-13 21:38:30 -05:00
|
|
|
mosh
|
|
|
|
rsync
|
|
|
|
killall
|
|
|
|
imagemagick
|
|
|
|
usbutils
|
|
|
|
zip
|
2024-02-12 16:16:33 -05:00
|
|
|
unzip
|
2023-12-20 03:47:52 -05:00
|
|
|
dig.dnsutils
|
2023-12-13 21:38:30 -05:00
|
|
|
]);
|
|
|
|
}
|