mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 18:46:33 +01:00
nushell remove banner
This commit is contained in:
parent
5bbac17e20
commit
f0ee3e0fc2
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@ in
|
|||
programs = {
|
||||
nushell = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
$env.config = {
|
||||
show_banner: false,
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
carapace.enable = true;
|
||||
|
|
Loading…
Reference in a new issue