changing formatter for nix

This commit is contained in:
Ivan Dimitrov 2023-10-30 20:15:19 +02:00
parent 674dbb42fa
commit 1ce5147b57

View File

@ -8,7 +8,7 @@ in
programs.neovim = { programs.neovim = {
extraPackages = with pkgs; [ extraPackages = with pkgs; [
nixd nixd
alejandra nixpkgs-fmt
]; ];
plugins = with pkgs.vimPlugins; grammars ++ [ plugins = with pkgs.vimPlugins; grammars ++ [
]; ];