these packages weren't being used

This commit is contained in:
Daylin Morgan 2024-08-08 15:03:47 -05:00
parent b5de96ccbf
commit a21b4b3c18
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

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