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 3192923
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/eza/home.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
programs.eza = {
enable = true;
icons = true;
icons = "auto";
};
}
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 3192923

Please sign in to comment.