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:
parent
3882c1aac4
commit
3cc9fa6f82
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
};
|
||||
programs.nushell.enable = true;
|
||||
programs.starship.enableNushellIntegration = false;
|
||||
programs.atuin.enableNushellIntegration = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue