Add bash and LaTeX LSP servers

This commit is contained in:
2021-07-21 13:38:44 +02:00
parent 96fce82d98
commit ed32a149b0
2 changed files with 3 additions and 1 deletions

View File

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

View File

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