diff options
author | Soispha <soispha@vhack.eu> | 2023-12-12 16:40:36 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-12 16:40:36 +0100 |
commit | 693f5d121f8fa24817dbd4b3684361f5d549752a (patch) | |
tree | 7412546380e2368270fbc5025dfd93f0b6ac8e27 /hm/soispha/pkgs/scripts.nix | |
parent | fix(hm/wms/river/keys): Use new screenshot script (diff) | |
download | nixos-config-693f5d121f8fa24817dbd4b3684361f5d549752a.zip |
chore(hm/pkgs/scrs): Delete unused and deprecated scripts
Diffstat (limited to 'hm/soispha/pkgs/scripts.nix')
-rw-r--r-- | hm/soispha/pkgs/scripts.nix | 18 |
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 |