2025-01-25 19:38:13 +03:00

19 lines
251 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
];
}