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

9 lines
82 B
Nix
Raw Normal View History

2023-05-05 14:46:54 +00:00
{ pkgs, ... }:
{
home.packages = with pkgs; [
gallery-dl
ffmpeg
];
}