about summary refs log tree commit diff stats
path: root/hm/soispha/pkgs/scripts.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soispha/pkgs/scripts.nix')
-rw-r--r--hm/soispha/pkgs/scripts.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/hm/soispha/pkgs/scripts.nix b/hm/soispha/pkgs/scripts.nix
index f97bf50b..8df0c601 100644
--- a/hm/soispha/pkgs/scripts.nix
+++ b/hm/soispha/pkgs/scripts.nix
@@ -48,16 +48,6 @@
         '';
     };
   };
-  dldragon-scr = write_script {
-    name = "dldragon";
-    path = "small_functions";
-    dependencies = builtins.attrValues {inherit (pkgs) curl xdragon;};
-  };
-  gtk-themes-scr = write_script {
-    name = "gtk-themes";
-    path = "small_functions";
-    dependencies = builtins.attrValues {inherit (pkgs) glib;};
-  };
   screenshot_persistent-scr = write_script {
     name = "screenshot_persistent";
     path = "small_functions";
@@ -74,11 +64,6 @@
         ;
     };
   };
-  mocs-scr = write_script {
-    name = "mocs";
-    path = "small_functions";
-    dependencies = [];
-  };
   screenshot_temporary-scr = write_script {
     name = "screenshot_temporary";
     path = "small_functions";
@@ -150,11 +135,8 @@
 in [
   aumo-scr
   con2pdf-scr
-  dldragon-scr
-  gtk-themes-scr
   ll-scr
   # llp-scr # TODO: see above
-  mocs-scr
   neorg-scr
   screenshot_persistent-scr
   screenshot_temporary-scr