meta: Remove nixpkgs-fmt / nixfmt from global $PATH

These should be used at the flake level instead so `nix fmt` can be
used.
This commit is contained in:
Donovan Glover 2024-05-19 23:32:52 -04:00
parent 7273b6c3f2
commit 9b79bc6a61
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -10,9 +10,6 @@ in
programs.bat.enable = true;
home.packages = with pkgs; [
nixpkgs-fmt
nixfmt-rfc-style
nodejs
deno