23 lines
291 B
Nix
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
|
|
];
|
|
}
|