Use pkgs.nixfmt instead of pkgs.nixfmt-rfc-style

This commit is contained in:
Alexander Heldt
2026-02-14 10:02:22 +01:00
parent 53fad59691
commit c19b59f88e
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
{
home-manager.users.alex = {
home.packages = [
pkgs.nixfmt-rfc-style
pkgs.nixfmt
pkgs.nix-tree
];
};