forked from mirrors_public/oddlama_nix-config
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 = {
|
programs.nushell.enable = true;
|
||||||
enable = true;
|
programs.starship.enableNushellIntegration = false;
|
||||||
};
|
programs.atuin.enableNushellIntegration = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue