moved language server to extra

This commit is contained in:
Sven Vogel 2023-11-17 18:49:50 +01:00
parent 6ed515aa77
commit 9aa9cc6c45
3 changed files with 9 additions and 6 deletions

View File

@ -23,6 +23,7 @@ in
./extra/bluray.nix
./extra/platformio.nix
./extra/yubikey.nix
./extra/language-server.nix
];
hardware.bluetooth.enable = true;

View File

@ -0,0 +1,8 @@
{ pkgs, config, ... }: {
# various language server used by IDEs and by my Neovim config
environment.systemPackages = with pkgs; [
shellcheck
lua-language-server
pyright
];
}

View File

@ -42,12 +42,6 @@
# user packages
packages = with pkgs; [
# language server
shellcheck
lua-language-server
pyright
# browsers
librewolf
ungoogled-chromium