Remove some unused packages
This commit is contained in:
@@ -9,9 +9,7 @@ in
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
# CLI utils
|
||||
act
|
||||
age
|
||||
aichat
|
||||
bat
|
||||
bzip2
|
||||
chromium
|
||||
@@ -25,12 +23,9 @@ in
|
||||
ffmpeg
|
||||
file
|
||||
fzf
|
||||
glib
|
||||
grimblast
|
||||
ijq
|
||||
incus
|
||||
jellyfin-media-player
|
||||
jujutsu
|
||||
jq
|
||||
kitty
|
||||
kubectl
|
||||
@@ -42,7 +37,6 @@ in
|
||||
nwg-look
|
||||
most
|
||||
pinentry
|
||||
pre-commit
|
||||
pulseaudio
|
||||
pulsemixer
|
||||
rbw
|
||||
@@ -66,30 +60,18 @@ in
|
||||
mpv
|
||||
mumble
|
||||
pamixer
|
||||
pwvucontrol
|
||||
prismlauncher
|
||||
rofi-rbw-wayland
|
||||
spicetify-cli
|
||||
spotify
|
||||
virt-manager
|
||||
vmware-horizon-client
|
||||
yt-dlp
|
||||
|
||||
# k8s tools
|
||||
cilium-cli
|
||||
cmctl
|
||||
k9s
|
||||
krew
|
||||
kubernetes-helm
|
||||
talosctl
|
||||
|
||||
# Go stuff
|
||||
go
|
||||
delve
|
||||
gopls
|
||||
|
||||
# js/ts
|
||||
nodejs
|
||||
nodePackages.pnpm
|
||||
typescript
|
||||
delve
|
||||
|
||||
# Py stuff
|
||||
(python312.withPackages (
|
||||
@@ -98,7 +80,7 @@ in
|
||||
ipython
|
||||
]
|
||||
))
|
||||
poetry
|
||||
uv
|
||||
ruff
|
||||
|
||||
# rust stuff
|
||||
@@ -112,12 +94,9 @@ in
|
||||
nixprstatus
|
||||
|
||||
# Stuff with overrides
|
||||
# Btop
|
||||
(btop.override { cudaSupport = withCuda; })
|
||||
(hashcat.override { cudaSupport = withCuda; })
|
||||
# PrismLauncher
|
||||
prismlauncher
|
||||
|
||||
# Extract logcli from grafana-loki
|
||||
(pkgs.linkFarm "logcli" [
|
||||
{
|
||||
name = "bin/logcli";
|
||||
|
Reference in New Issue
Block a user