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,7 +1,7 @@
{
programs.atuin = {
enable = true;
enableFishIntegration = true;
enableNushellIntegration = true;
flags = [
"--disable-up-arrow"
];