Add bash and LaTeX LSP servers

This commit is contained in:
coolneng 2021-07-21 13:38:44 +02:00
parent 96fce82d98
commit ed32a149b0
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 3 additions and 1 deletions

View File

@ -100,6 +100,7 @@
# Import other configuration modules
imports = [
<nixpkgs/nixos/modules/services/hardware/sane_extra_backends/brscan4.nix>
./modules/hardware-configuration.nix
./modules/software.nix
./modules/networking.nix
@ -112,7 +113,6 @@
./modules/power.nix
./modules/cachix.nix
./overlays/emacs.nix
<nixpkgs/nixos/modules/services/hardware/sane_extra_backends/brscan4.nix>
];
}

View File

@ -22,6 +22,7 @@ in {
# LaTeX
texlive.combined.scheme-full
pandoc
lua53Packages.digestif
# Text editors
neovim
emacs-vterm
@ -80,6 +81,7 @@ in {
## Shell
shellcheck
shfmt
nodePackages.bash-language-server
## Nix
nixfmt
niv