programs/assorted.nix: uninstall some programs i don't frequently use
This commit is contained in:
@@ -80,7 +80,7 @@ in
|
|||||||
"inetutils" # for telnet
|
"inetutils" # for telnet
|
||||||
"iotop"
|
"iotop"
|
||||||
"iptables"
|
"iptables"
|
||||||
"iw"
|
# "iw"
|
||||||
"jq"
|
"jq"
|
||||||
"killall"
|
"killall"
|
||||||
"libcap_ng" # for `netcap`
|
"libcap_ng" # for `netcap`
|
||||||
@@ -140,7 +140,7 @@ in
|
|||||||
# "gocryptfs"
|
# "gocryptfs"
|
||||||
# "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. TODO: what needs this? lift into the consumer
|
||||||
"lm_sensors" # for sensors-detect. TODO: what needs this? lift into the consumer
|
"lm_sensors" # for sensors-detect. TODO: what needs this? lift into the consumer
|
||||||
"lshw"
|
"lshw"
|
||||||
@@ -162,8 +162,8 @@ in
|
|||||||
"rsync"
|
"rsync"
|
||||||
"sane-scripts.bittorrent"
|
"sane-scripts.bittorrent"
|
||||||
"sane-scripts.cli"
|
"sane-scripts.cli"
|
||||||
"snapper"
|
# "snapper"
|
||||||
"sops"
|
# "sops"
|
||||||
"speedtest-cli"
|
"speedtest-cli"
|
||||||
# "ssh-to-age"
|
# "ssh-to-age"
|
||||||
"sudo"
|
"sudo"
|
||||||
@@ -177,7 +177,7 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
pcConsoleUtils = declPackageSet [
|
pcConsoleUtils = declPackageSet [
|
||||||
"gh" # MS GitHub cli
|
# "gh" # MS GitHub cli
|
||||||
"nix-index"
|
"nix-index"
|
||||||
"nixpkgs-review"
|
"nixpkgs-review"
|
||||||
"sane-scripts.dev"
|
"sane-scripts.dev"
|
||||||
@@ -185,7 +185,7 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
consoleMediaUtils = declPackageSet [
|
consoleMediaUtils = declPackageSet [
|
||||||
"catt" # cast videos to chromecast
|
# "catt" # cast videos to chromecast
|
||||||
"ffmpeg"
|
"ffmpeg"
|
||||||
"go2tv" # cast videos to UPNP/DLNA device (i.e. tv).
|
"go2tv" # cast videos to UPNP/DLNA device (i.e. tv).
|
||||||
"imagemagick"
|
"imagemagick"
|
||||||
@@ -203,9 +203,9 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
iphoneUtils = declPackageSet [
|
iphoneUtils = declPackageSet [
|
||||||
"ifuse"
|
# "ifuse"
|
||||||
"ipfs"
|
# "ipfs"
|
||||||
"libimobiledevice"
|
# "libimobiledevice"
|
||||||
"sane-scripts.sync-from-iphone"
|
"sane-scripts.sync-from-iphone"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user