Re-add nixpkgs-fmt

This commit is contained in:
Filippo Berto 2023-01-23 12:12:57 +01:00
parent 820b1462d0
commit 5e549b1c13
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -1,6 +1,6 @@
{ pkgs, config, lib, ... }: {
home.packages = with pkgs;
[ nixfmt nix-prefetch-scripts nix-review nix-tree ]
[ nixpkgs-fmt nixfmt nix-prefetch-scripts nix-review nix-tree ]
++ lib.optionals config.programs.helix.enable [ nil ]
++ lib.optionals config.programs.kakoune.enable [ rnix-lsp ];
}