dotfiles/home-manager/modules/misc/commandLine.nix
2024-11-03 20:50:49 -06:00

39 lines
546 B
Nix
Executable file

{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
samba
simple-mtpfs
sshfs
tokei
tomb
unrar
unzip
wezterm
wget
wine
xdg-utils
xdotool
yt-dlp
zip
;
};
}