2025-02-13 23:53:19 +03:00

23 lines
291 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
inputs.tlock.packages.${system}.default
hexyl
jq
litecli
trashy
];
}