2025-03-27 12:56:20 +03:00

24 lines
263 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
];
}