Add bash and LaTeX LSP servers
This commit is contained in:
parent
96fce82d98
commit
ed32a149b0
|
@ -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>
|
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue