diff options
Diffstat (limited to 'hm/soispha/pkgs/scripts.nix')
-rw-r--r-- | hm/soispha/pkgs/scripts.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hm/soispha/pkgs/scripts.nix b/hm/soispha/pkgs/scripts.nix index d7924686..f366b138 100644 --- a/hm/soispha/pkgs/scripts.nix +++ b/hm/soispha/pkgs/scripts.nix @@ -126,6 +126,17 @@ inherit (pkgs.bat-extras) batgrep; }; }; + hibernate-scr = write_script { + name = "hibernate"; + path = "wrappers"; + dependencies = builtins.attrValues { + inherit + (pkgs) + systemd + taskwarrior + ; + }; + }; ll-scr = sysLib.writeShellScriptWithLibraryUnwrapped { name = "ll"; src = ./scripts/wrappers/ll; |