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