fix: disable starship and atuin in nushell

This commit is contained in:
oddlama 2023-09-13 18:39:51 +02:00
parent 3882c1aac4
commit 3cc9fa6f82
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -1,5 +1,5 @@
{ {
programs.nushell = { programs.nushell.enable = true;
enable = true; programs.starship.enableNushellIntegration = false;
}; programs.atuin.enableNushellIntegration = false;
} }