Nushel: base config
This commit is contained in:
parent
35eec99174
commit
a02b3be1ba
1 changed files with 11 additions and 1 deletions
|
|
@ -1 +1,11 @@
|
||||||
{ programs.nushell = { enable = true; }; }
|
{
|
||||||
|
programs.nushell = {
|
||||||
|
enable = true;
|
||||||
|
configFile.text = ''
|
||||||
|
let-env config = {
|
||||||
|
show_banner: false
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
envFile.text = "";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue