more nushel

This commit is contained in:
Tao Tien 2026-04-02 17:35:09 -07:00
parent 2b5d1aaf51
commit efd326da7f
3 changed files with 16 additions and 1 deletions

View file

@ -40,7 +40,7 @@ in {
source = ./nushell/extras;
recursive = true;
};
home.file.".local/nushell/completions" = {
home.file.".local/share/nushell/completions" = {
source = ./nushell/completions;
recursive = true;
};