mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-21 21:50:43 -06:00
add nu-polars to nixos
This commit is contained in:
parent
351af9045f
commit
0809fdeda5
1 changed files with 6 additions and 1 deletions
|
@ -9,5 +9,10 @@ let
|
|||
cfg = config.oizys.languages;
|
||||
in
|
||||
{
|
||||
config = mkIfIn "nushell" cfg { environment.systemPackages = with pkgs; [ nushell ]; };
|
||||
config = mkIfIn "nushell" cfg {
|
||||
environment.systemPackages = with pkgs; [
|
||||
nushell
|
||||
nushellPlugins.polars
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue