nushell: Register plugins
This commit is contained in:
parent
9213cf632f
commit
dcedcc0320
1 changed files with 3 additions and 2 deletions
|
@ -30,13 +30,14 @@ in
|
|||
alias tree = ${pkgs.exa}/bin/exa -Fb --git --tree
|
||||
|
||||
let-env LS_COLORS = (${pkgs.vivid}/bin/vivid generate dracula | str trim)
|
||||
|
||||
register ${nushellPlugins.query}/bin/nu_plugin_query
|
||||
register ${nushell_plugin_formats}/bin/nu_plugin_formats
|
||||
'';
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
carapace
|
||||
nushellPlugins.query
|
||||
nushell_plugin_formats
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue