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 fd
multimarkdown multimarkdown
nodejs_20 # required for copilot nodejs_20 # required for copilot
nodePackages.prettier # formatting files
nodePackages.prettier-plugin-toml
unstable.nixd # Nix language server unstable.nixd # Nix language server
unstable.nixfmt-rfc-style unstable.nixfmt-rfc-style
pandoc pandoc

View File

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