feat(nix): Install helper tools

This commit is contained in:
punkfairie 2024-11-14 20:53:45 -08:00
parent 92f360e2bb
commit 6448b16751
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

View file

@ -3,5 +3,7 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
nixfmt-rfc-style nixfmt-rfc-style
nil nil
statix
manix
]; ];
} }