Fixed system for nushell

This commit is contained in:
2024-11-05 17:36:01 -04:00
parent aa897b10af
commit b333a4f693
8 changed files with 176 additions and 61 deletions

View File

@@ -1,5 +1,12 @@
{
{pkgs, ...}: {
programs.nushell = {
enable = true;
};
home.packages = with pkgs; [
nushellPlugins.query
nushellPlugins.formats
nushellPlugins.gstat
nushellPlugins.net
];
}