dotfiles/home/modules/misc/commandLine.nix

35 lines
478 B
Nix
Raw Normal View History

2025-01-18 21:45:38 -06:00
{ pkgs, ... }:
{
2024-10-06 15:25:05 -05:00
home.packages = builtins.attrValues {
2025-01-18 21:45:38 -06:00
inherit (pkgs)
2024-10-06 15:25:05 -05:00
cifs-utils
ffmpeg
flac
hardinfo
inetutils
libgen-cli
libnatpmp
ncdu
networkmanager-openvpn
nyancat
openssl
pciutils
pinentry
2024-11-03 20:50:49 -06:00
samba
2024-10-06 15:25:05 -05:00
simple-mtpfs
sshfs
2024-11-23 19:56:34 -06:00
speedtest-rs
2024-10-06 15:25:05 -05:00
tokei
tomb
unrar
unzip
wget
wine
xdg-utils
2024-10-06 15:25:05 -05:00
xdotool
zip
2025-01-18 21:45:38 -06:00
nodejs
2024-10-06 15:25:05 -05:00
;
};
}