feat: add useful nushell scripts - auto-completion

This commit is contained in:
Ryan Yin
2023-07-29 20:36:19 +08:00
parent 189a3a4689
commit c472654934
5 changed files with 42 additions and 2 deletions

View File

@@ -207,6 +207,12 @@
flake = false;
};
# useful nushell scripts, such as auto_completion
nushell-scripts = {
url = "github:nushell/nu_scripts";
flake = false;
};
# my private secrets, it's a private repository, you need to replace it with your own.
# use ssh protocol to authenticate via ssh-agent/ssh-key, and shallow clone to save time
mysecrets = {