gallery-dl: add package option
This commit is contained in:
parent
8d9fde0fba
commit
f240015a3a
2 changed files with 6 additions and 2 deletions
|
|
@ -1,9 +1,11 @@
|
|||
{ ... }:
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
programs.gallery-dl = {
|
||||
enable = true;
|
||||
|
||||
package = config.lib.test.mkStubPackage { };
|
||||
|
||||
settings = {
|
||||
cache.file = "~/gallery-dl/cache.sqlite3";
|
||||
extractor.base-directory = "~/gallery-dl/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue