14 lines
152 B
Nix
Raw Normal View History

2024-10-02 22:10:08 +03:00
{ pkgs, ... }: {
home.packages = with pkgs; [
scrot
ffmpeg
yt-dlp
bat
fd
feh
imv
gromit-mpx
notify-desktop
];
}