2024-12-28 20:00:44 +03:00

18 lines
239 B
Nix

{ pkgs, inputs, ... }: {
home.packages = with pkgs; [
scrot
ffmpeg
yt-dlp
bat
fd
feh
imv
gromit-mpx
notify-desktop
rtorrent
gparted
unrar
inputs.tlock.packages.${system}.default
];
}