Replace fish with nushell

This commit is contained in:
2026-02-08 08:27:43 +00:00
parent f389753946
commit df8e73bc23
17 changed files with 270 additions and 91 deletions

View File

@@ -1,6 +1,6 @@
{
programs.zoxide = {
enable = true;
enableFishIntegration = true;
enableNushellIntegration = true;
};
}