Re-add nixpkgs-fmt
This commit is contained in:
parent
820b1462d0
commit
5e549b1c13
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue