add nufmt too

This commit is contained in:
Daylin Morgan 2024-06-11 10:56:38 -05:00
parent 01b196c9c5
commit 59f08c655c
Signed by: daylin
GPG Key ID: 950D13E9719334AD
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ in
config = mkIfIn "nushell" cfg {
environment.systemPackages = with pkgs; [
nushell
nufmt
nushellPlugins.polars
];
};