mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:16:35 +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 = {
|
programs = {
|
||||||
nushell = {
|
nushell = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
extraConfig = ''
|
||||||
|
$env.config = {
|
||||||
|
show_banner: false,
|
||||||
|
}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
carapace.enable = true;
|
carapace.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue