25 lines
279 B
Nix
Raw Normal View History

2024-11-17 00:43:56 +03:00
{ pkgs, inputs, ... }: {
2024-10-02 22:10:08 +03:00
home.packages = with pkgs; [
scrot
ffmpeg
yt-dlp
bat
fd
feh
imv
gromit-mpx
notify-desktop
2024-12-24 22:29:08 +03:00
rtorrent
2024-12-26 21:49:52 +03:00
gparted
2025-01-14 23:56:42 +03:00
git-lfs
2024-12-26 21:49:52 +03:00
unrar
2025-01-18 19:06:11 +03:00
hexyl
jq
2025-01-25 22:36:44 +03:00
litecli
2025-01-27 13:57:18 +03:00
trashy
2025-03-26 22:08:00 +03:00
dig
mtr
imagemagick
2024-10-02 22:10:08 +03:00
];
}