This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
pkgs,
|
||||
}:
|
||||
let
|
||||
inherit (inputs.jawz-scripts.packages.x86_64-linux) download;
|
||||
download = pkgs.download;
|
||||
gallerySecretsPath = lib.attrByPath [ "sops" "secrets" "gallery-dl/secrets" "path" ] null config;
|
||||
in
|
||||
{
|
||||
|
||||
@@ -42,6 +42,7 @@ in
|
||||
};
|
||||
gallery-dl = {
|
||||
enable = true;
|
||||
package = pkgs.gallery-dl-dev;
|
||||
settings = inputs.self.lib.importDotfile ../../../dotfiles/gallery-dl.nix;
|
||||
};
|
||||
${shellType}.initExtra = lib.mkAfter (
|
||||
|
||||
Reference in New Issue
Block a user