2023-12-28 00:20:13 -06:00
|
|
|
{ lib, config, pkgs, ...}:
|
|
|
|
|
|
|
|
{
|
|
|
|
home.packages = with pkgs; [
|
|
|
|
cmus # music player
|
|
|
|
ncpamixer # audio mixer
|
|
|
|
yt-dlp # youtube downloader
|
|
|
|
tmux # (t)erminal (mu)ltiple(x)er
|
|
|
|
ledger # accounting
|
|
|
|
neomutt # mail
|
|
|
|
curl
|
|
|
|
tree
|
|
|
|
dig
|
|
|
|
python3 # nice interactive calculator and shell
|
2024-03-13 07:14:47 -05:00
|
|
|
bluetuith
|
|
|
|
sshfs
|
|
|
|
rsync
|
|
|
|
msmtp
|
|
|
|
ytfzf
|
|
|
|
peaclock
|
2023-12-28 00:20:13 -06:00
|
|
|
];
|
|
|
|
}
|