chore: update the list of packages that will be installed

This commit is contained in:
Ahwx 2025-05-01 10:26:59 +02:00
parent ab82a8bae7
commit 2839967c55

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, ... }: { inputs, pkgs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
# Environment shit # Environment shit
@ -16,6 +16,7 @@
cliphist cliphist
poweralertd poweralertd
ffmpeg ffmpeg
zip
unzip unzip
wget wget
xxd xxd
@ -37,7 +38,6 @@
exiftool exiftool
translate-shell translate-shell
progress progress
zip
pwgen pwgen
jq jq
tmux tmux
@ -52,8 +52,10 @@
spotify-player spotify-player
nodejs_22 nodejs_22
yarn yarn
# wikit cargo
# reader rustc
wikit
reader
# GUI shit # GUI shit
element-desktop element-desktop
@ -82,6 +84,6 @@
neomutt neomutt
khard khard
khal khal
w3m vdirsyncer
]; ];
} }