programs/assorted: remove more unused programs

This commit is contained in:
Colin 2024-01-28 11:34:33 +00:00
parent 294f167df0
commit de11edffa5

View File

@ -56,7 +56,7 @@ in
sysadminUtils = declPackageSet [ sysadminUtils = declPackageSet [
"bridge-utils" "bridge-utils" # for brctl; debug linux "bridge" inet devices
"btrfs-progs" "btrfs-progs"
"cacert.unbundled" # some services require unbundled /etc/ssl/certs "cacert.unbundled" # some services require unbundled /etc/ssl/certs
"cryptsetup" "cryptsetup"
@ -85,7 +85,7 @@ in
"killall" "killall"
"libcap_ng" # for `netcap` "libcap_ng" # for `netcap`
"lsof" "lsof"
"miniupnpc" # "miniupnpc"
"nano" "nano"
# "ncdu" # ncurses disk usage. doesn't cross compile (zig) # "ncdu" # ncurses disk usage. doesn't cross compile (zig)
"neovim" "neovim"
@ -93,7 +93,7 @@ in
"nethogs" "nethogs"
"nmap" "nmap"
"nvme-cli" # nvme "nvme-cli" # nvme
"openssl" # "openssl"
"parted" "parted"
"pciutils" "pciutils"
"powertop" "powertop"
@ -106,7 +106,7 @@ in
"subversion" "subversion"
"tcpdump" "tcpdump"
"tree" "tree"
"usbutils" "usbutils" # lsusb
"util-linux" # lsblk, lscpu, etc "util-linux" # lsblk, lscpu, etc
"wget" "wget"
"wirelesstools" # iwlist "wirelesstools" # iwlist
@ -129,10 +129,10 @@ in
"alsaUtils" # for aplay, speaker-test "alsaUtils" # for aplay, speaker-test
"binutils-unwrapped" # for strings; though this brings 80MB of unrelated baggage too "binutils-unwrapped" # for strings; though this brings 80MB of unrelated baggage too
# "cdrtools" # "cdrtools"
"clinfo" # "clinfo"
"dmidecode" # "dmidecode"
"dtrx" # `unar` alternative, "Do The Right eXtraction" "dtrx" # `unar` alternative, "Do The Right eXtraction"
"efivar" # "efivar"
"eza" # a better 'ls' "eza" # a better 'ls'
# "flashrom" # "flashrom"
"git" # needed as a user package, for config. "git" # needed as a user package, for config.
@ -141,9 +141,9 @@ in
# "gopass" # "gopass"
# "gopass-jsonapi" # "gopass-jsonapi"
# "helix" # text editor # "helix" # text editor
"libsecret" # for managing user keyrings. TODO: what needs this? lift into the consumer # "libsecret" # for managing user keyrings (secret-tool)
"lm_sensors" # for sensors-detect. TODO: what needs this? lift into the consumer # "lm_sensors" # for sensors-detect
"lshw" # "lshw"
# "memtester" # "memtester"
"mercurial" # hg "mercurial" # hg
"mimeo" # like xdg-open "mimeo" # like xdg-open
@ -170,7 +170,7 @@ in
# "tageditor" # music tagging # "tageditor" # music tagging
# "unar" # "unar"
"unzip" "unzip"
"wireguard-tools" "wireguard-tools" # for `wg`
"xdg-utils" # for xdg-open "xdg-utils" # for xdg-open
# "yarn" # "yarn"
"zsh" "zsh"
@ -195,8 +195,8 @@ in
pcTuiApps = declPackageSet [ pcTuiApps = declPackageSet [
"aerc" # email client "aerc" # email client
"msmtp" # sendmail # "msmtp" # sendmail
"offlineimap" # email mailbox sync # "offlineimap" # email mailbox sync
# "sfeed" # RSS fetcher # "sfeed" # RSS fetcher
"visidata" # TUI spreadsheet viewer/editor "visidata" # TUI spreadsheet viewer/editor
"w3m" # web browser "w3m" # web browser