2025-04-03 23:39:04 +03:00

25 lines
279 B
Nix

{ pkgs, inputs, ... }: {
home.packages = with pkgs; [
scrot
ffmpeg
yt-dlp
bat
fd
feh
imv
gromit-mpx
notify-desktop
rtorrent
gparted
git-lfs
unrar
hexyl
jq
litecli
trashy
dig
mtr
imagemagick
];
}