1
0
Fork 0
dotfiles/home/programs/gallery-dl.nix

9 lines
82 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
gallery-dl
ffmpeg
];
}