feat: Add nushell plugins and remove zsh and bash from nix in kuro
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
yy = "yazi";
|
||||
cat = "bat";
|
||||
};
|
||||
plugins = with pkgs.nushellPlugins; [
|
||||
formats
|
||||
polars
|
||||
highlight
|
||||
];
|
||||
extraConfig = ''
|
||||
${pkgs.pfetch-rs}/bin/pfetch
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user