about summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
Diffstat (limited to 'hm')
-rw-r--r--hm/soispha/pkgs/scripts.nix13
1 files changed, 7 insertions, 6 deletions
diff --git a/hm/soispha/pkgs/scripts.nix b/hm/soispha/pkgs/scripts.nix
index 8e98bccb..d7924686 100644
--- a/hm/soispha/pkgs/scripts.nix
+++ b/hm/soispha/pkgs/scripts.nix
@@ -106,7 +106,7 @@
     path = "small_functions";
     dependencies = builtins.attrValues {inherit (pkgs) git git-crypt nixos-rebuild sudo openssh coreutils mktemp gnugrep gnused;};
   };
-  fupdate-src = write_script {
+  fupdate-scr = write_script {
     name = "fupdate";
     path = "apps";
     keep_path = true;
@@ -136,7 +136,7 @@
   #     path = "wrappers";
   #     dependencies = builtins.attrValues {inherit (pkgs) lf ueberzug;};
   #   };
-  lyrics-src = write_script {
+  lyrics-scr = write_script {
     name = "lyrics";
     path = "wrappers";
     dependencies = builtins.attrValues {
@@ -150,7 +150,7 @@
         ;
     };
   };
-  mpc-rm-src = write_script {
+  mpc-rm-scr = write_script {
     name = "mpc-rm";
     path = "wrappers";
     dependencies = builtins.attrValues {
@@ -180,10 +180,11 @@ in [
   # llp-scr # TODO: see above
   aumo-scr
   con2pdf-scr
-  fupdate-src
+  fupdate-scr
+  hibernate-scr
   ll-scr
-  lyrics-src
-  mpc-rm-src
+  lyrics-scr
+  mpc-rm-scr
   neorg-scr
   screenshot_persistent-scr
   screenshot_temporary-scr