migrated download, tasks and webcomix

This commit is contained in:
2024-12-14 14:18:18 -06:00
parent 4952408d25
commit a325009332
5 changed files with 8 additions and 97 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, lib, ... }:
{ inputs, lib, ... }:
{
imports = [ ./base.nix ];
config.my.scripts.tasks = {
@@ -8,6 +8,6 @@
name = "tasks";
timer = "*:0/10";
description = "Runs a bunch of organizing tasks on selected directories";
package = pkgs.writeScriptBin "tasks" (builtins.readFile ../../scripts/tasks.sh);
package = inputs.jawz-scripts.packages.x86_64-linux.tasks;
};
}