Enable nushell

This commit is contained in:
Filippo Berto 2024-11-03 11:22:27 +01:00
parent 0f3b3f4c9e
commit 442734289b
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
5 changed files with 5 additions and 2 deletions

View file

@ -2,6 +2,7 @@
programs.zoxide = {
enable = true;
enableBashIntegration = true;
enableNushellIntegration = true;
enableZshIntegration = true;
};
}