Nushell: add plugins
This commit is contained in:
parent
924892812d
commit
67100d56d5
1 changed files with 6 additions and 1 deletions
|
|
@ -1,9 +1,14 @@
|
||||||
{
|
{ pkgs, ... }: {
|
||||||
programs.nushell = {
|
programs.nushell = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
$env.config.show_banner = false
|
$env.config.show_banner = false
|
||||||
'';
|
'';
|
||||||
envFile.text = "";
|
envFile.text = "";
|
||||||
|
plugins = with pkgs.nushellPlugins;[
|
||||||
|
formats
|
||||||
|
polars
|
||||||
|
query
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue