dotfiles/home-manager/modules/misc/commandLine.nix

40 lines
546 B
Nix
Raw Normal View History

2024-10-06 15:25:05 -05:00
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
acpi
cifs-utils
fastfetch
ffmpeg
flac
gvfs
hardinfo
inetutils
libgen-cli
libnatpmp
ncdu
networkmanager-openvpn
nftables
nyancat
openssl
pciutils
pinentry
playerctl
2024-11-03 20:50:49 -06:00
samba
2024-10-06 15:25:05 -05:00
simple-mtpfs
sshfs
tokei
tomb
unrar
unzip
wezterm
wget
wine
xdg-utils
2024-10-06 15:25:05 -05:00
xdotool
2024-10-26 02:31:28 -05:00
yt-dlp
zip
2024-10-06 15:25:05 -05:00
;
};
}