update flake and fix nixfmt after update

This commit is contained in:
Noah Masur
2024-04-09 17:54:22 -04:00
parent 3c2a971fc4
commit 7d82e18c4d
5 changed files with 107 additions and 87 deletions

View File

@ -7,12 +7,9 @@
home-manager.users.${config.user} = {
home.packages = with pkgs; [
nixfmt # Nix file formatter
nixfmt-rfc-style # Nix file formatter
nil # Nix language server
];
};
};
}