Nushel: base config

This commit is contained in:
Filippo Berto 2023-02-25 20:02:28 +01:00
parent 35eec99174
commit a02b3be1ba
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -1 +1,11 @@
{ programs.nushell = { enable = true; }; }
{
programs.nushell = {
enable = true;
configFile.text = ''
let-env config = {
show_banner: false
}
'';
envFile.text = "";
};
}