Files
nixos-config/modules/user/packages/utils.nix
2025-06-09 16:28:02 +03:00

25 lines
271 B
Nix

{ pkgs, ... }: {
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
];
}