Move prettier to the emacs module

It should live next to my main editor.
This commit is contained in:
Andreas Zweili 2024-02-05 21:11:22 +01:00
parent 6a0713c460
commit cf613b32db
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,8 @@ in
fd
multimarkdown
nodejs_20 # required for copilot
nodePackages.prettier # formatting files
nodePackages.prettier-plugin-toml
unstable.nixd # Nix language server
unstable.nixfmt-rfc-style
pandoc

View File

@ -7,7 +7,6 @@
docker-compose
exercism
git
nodePackages.prettier # formatting files
];
shellAliases = {
unlock-luks = "ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o User=root";