feat(shell): add nushell

This commit is contained in:
Felix Schröter 2023-04-09 21:43:53 +02:00
parent a115df5a63
commit 3c72312f8a
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 53 additions and 1 deletions

View file

@ -14,5 +14,7 @@
# kitty/neovim don't play well with multi-width emojis
nix_shell.symbol = " ";
};
# @TODO broken in nixos-22.11
enableNushellIntegration = false;
};
}