add gh cli and html lsp

This commit is contained in:
Kopatz
2024-05-31 22:16:28 +02:00
parent c58e915284
commit aaa12cd8cd
5 changed files with 15 additions and 1 deletions

View File

@@ -52,6 +52,7 @@
additions
modifications
unstable-packages
stable-packages
nur.overlay
];
})

View File

@@ -1,3 +1,4 @@
{pkgs, ...}:
{
plugins = {
lsp = {
@@ -7,7 +8,11 @@
clangd.enable = true;
gopls.enable = true;
nixd.enable = true;
csharp-ls.enable = true;
html.enable = true;
csharp-ls = {
enable = true;
package = pkgs.stable.csharp-ls;
};
typst-lsp.enable = true;
};
keymaps.lspBuf = {

View File

@@ -15,6 +15,7 @@ in
nixos-option
btop
git
gh #github
killall
xclip
usbutils

View File

@@ -24,4 +24,10 @@
config.allowUnfree = true;
};
};
stable-packages = final: _prev: {
stable = import inputs.nixpkgs {
system = final.system;
config.allowUnfree = true;
};
};
}

View File

@@ -54,6 +54,7 @@
ssd.enable = true;
wooting.enable = true;
tpm.enable = true;
tablet.enable = true;
};
graphical = {
audio.enable = true;