Remove some unused packages
All checks were successful
Run nix flake check / flake-check (push) Successful in 3m21s
Periodic flake update / flake-update (push) Successful in 2m22s

This commit is contained in:
2025-07-01 23:16:42 +02:00
parent 4914b1c06e
commit 4e8081d566

View File

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