1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

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 = {
enable = true;
};
programs.nushell.enable = true;
programs.starship.enableNushellIntegration = false;
programs.atuin.enableNushellIntegration = false;
}