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