library-report + manage-library fixes + timer
This commit is contained in:
11
modules/scripts/library-report.nix
Normal file
11
modules/scripts/library-report.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
imports = [ ./base.nix ];
|
||||
config.my.scripts.library-report = {
|
||||
enable = lib.mkDefault false;
|
||||
install = true;
|
||||
service = false;
|
||||
name = "library-report";
|
||||
package = pkgs.writeScriptBin "library-report" (builtins.readFile ../../scripts/library-report.sh);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user