feat: update VSCodium configuration

feat: add nil language server
refactor: remove unnecessary ssh config content
This commit is contained in:
Jo 2024-12-03 18:24:27 +01:00
parent a45e263617
commit 4966b26ec4
4 changed files with 12 additions and 31 deletions

View file

@ -9,7 +9,7 @@
enable = true;
package = pkgs.vscodium;
extensions = with pkgs.vscode-extensions; [
wakatime.vscode-wakatime # Wakatime for coding statistics
# wakatime.vscode-wakatime # Wakatime for coding statistics
vue.volar # Vue support
svelte.svelte-vscode # Svelte support
pkief.material-icon-theme # Material icons
@ -20,5 +20,9 @@
catppuccin.catppuccin-vsc # Catppuccin theme
jnoortheen.nix-ide # Nix language support
];
userSettings = {
"nix.enableLanguageServer" = true;
"nix.serverPath" = "nil";
};
};
}

View file

@ -57,6 +57,7 @@
bun
devenv
python39
nil
### Rust development specific
rustup