21 lines
268 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
2024-11-17 00:43:56 +03:00
inputs.tlock.packages.${system}.default
2025-01-18 19:06:11 +03:00
hexyl
jq
2024-10-02 22:10:08 +03:00
];
}