about summary refs log tree commit diff stats
path: root/hm/soispha/pkgs/scripts.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-13 12:28:04 +0100
committerSoispha <soispha@vhack.eu>2024-01-13 12:28:04 +0100
commitf45cd3186a14c7b2f40e8662a77a083d366647c8 (patch)
tree0bc7ff90f805b06ae9037c56773b1b99c91f66d7 /hm/soispha/pkgs/scripts.nix
parentfeat(hm/pkgs/scr/show): init (diff)
downloadnixos-config-f45cd3186a14c7b2f40e8662a77a083d366647c8.zip
feat(hm/pkgs/scr/nato): init
Diffstat (limited to '')
-rw-r--r--hm/soispha/pkgs/scripts.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hm/soispha/pkgs/scripts.nix b/hm/soispha/pkgs/scripts.nix
index ec90c8f8..5b240eae 100644
--- a/hm/soispha/pkgs/scripts.nix
+++ b/hm/soispha/pkgs/scripts.nix
@@ -108,6 +108,11 @@
     keep_path = true; # I might want to use nvim in less (and shell escapes)
     dependencies = builtins.attrValues {inherit (pkgs) less locale;};
   };
+  nato-scr = write_python {
+    name = "nato";
+    path = "small_functions";
+    dependencies_python = ps: [];
+  };
   neorg-scr = sysLib.writeShellScript {
     name = "neorg";
     keep_path = true;
@@ -279,6 +284,7 @@ in [
   lock-scr
   lyrics-scr
   mpc-rm-scr
+  nato-scr
   neorg-scr
   nest_comments-scr
   screenshot_persistent-scr