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

View file

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