mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
add nufmt too
This commit is contained in:
parent
01b196c9c5
commit
59f08c655c
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ in
|
||||||
config = mkIfIn "nushell" cfg {
|
config = mkIfIn "nushell" cfg {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nushell
|
nushell
|
||||||
|
nufmt
|
||||||
nushellPlugins.polars
|
nushellPlugins.polars
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue