Switch nixfmt for nixpkgs-fmt

This commit is contained in:
Torjus Håkestad 2024-02-27 22:38:18 +01:00
parent 345796ff1f
commit 0be3e6f634

View File

@ -25,7 +25,7 @@
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
# nix stuff # nix stuff
nixfmt nixpkgs-fmt
nil nil
statix statix
]; ];