From f45cd3186a14c7b2f40e8662a77a083d366647c8 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 13 Jan 2024 12:28:04 +0100 Subject: feat(hm/pkgs/scr/nato): init --- hm/soispha/pkgs/scripts.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hm/soispha/pkgs/scripts.nix') 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 -- cgit 1.4.1