gallery-dl: Improve installation
This commit is contained in:
parent
943cea92f2
commit
4c92e75417
3 changed files with 12 additions and 1 deletions
|
@ -18,6 +18,8 @@ args@{ pkgs, config, lib, ... }:
|
||||||
|
|
||||||
../programs/fzf.nix
|
../programs/fzf.nix
|
||||||
|
|
||||||
|
../programs/gallery-dl.nix
|
||||||
|
|
||||||
../programs/gpg.nix
|
../programs/gpg.nix
|
||||||
|
|
||||||
../programs/jq.nix
|
../programs/jq.nix
|
||||||
|
@ -50,7 +52,6 @@ args@{ pkgs, config, lib, ... }:
|
||||||
exiftool
|
exiftool
|
||||||
fd
|
fd
|
||||||
ffmpeg
|
ffmpeg
|
||||||
gallery-dl
|
|
||||||
glow
|
glow
|
||||||
hexyl
|
hexyl
|
||||||
hyperfine
|
hyperfine
|
||||||
|
|
|
@ -14,6 +14,8 @@ args@{ pkgs, ... }:
|
||||||
|
|
||||||
../programs/fzf.nix
|
../programs/fzf.nix
|
||||||
|
|
||||||
|
../programs/gallery-dl.nix
|
||||||
|
|
||||||
../programs/jq.nix
|
../programs/jq.nix
|
||||||
|
|
||||||
../programs/scripts.nix
|
../programs/scripts.nix
|
||||||
|
|
8
home/programs/gallery-dl.nix
Normal file
8
home/programs/gallery-dl.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
gallery-dl
|
||||||
|
ffmpeg
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue