2025-01-27 13:55:48 +03:00

22 lines
280 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
];
}