vscode: keep only nixfmt-rfc-style

This commit is contained in:
steveej 2024-11-23 14:42:12 +01:00
parent 720892ea59
commit b228938d63
2 changed files with 2 additions and 4 deletions

View file

@ -6,9 +6,7 @@ in
home.packages = [ home.packages = [
pkgs.nil pkgs.nil
pkgs.nixd pkgs.nixd
pkgs.nixpkgs-fmt pkgs.nixfmt-rfc-style
pkgs.alejandra
pkgs.nixfmt
# TODO: automate linking this # TODO: automate linking this
# 1. get the commit with: `codium --version` # 1. get the commit with: `codium --version`

View file

@ -108,8 +108,8 @@ in
}; };
home.packages = [ home.packages = [
pkgs.nixpkgs-fmt
pkgs.nil pkgs.nil
pkgs.nixfmt-rfc-style
]; ];
} }
# TODO: automate # TODO: automate