Skip to content

Commit

Permalink
Add nushell plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeChannings committed Oct 16, 2024
1 parent aab775a commit 03926fe
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion config/nushell/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
loginFile.text = (builtins.readFile ./login.nu);
};

home.packages = [ pkgs.nushellPlugins.formats ];
home.packages = with pkgs.nushellPlugins; [
formats
polars
units
net
highlight
query
];
};
}

0 comments on commit 03926fe

Please sign in to comment.