vscode nix lsp, kittykat ssh reverse proxy, obs added, lutris removed due openldap build faliure, flake update

This commit is contained in:
tulg 2026-05-05 15:38:18 +03:00
parent d6216e86c6
commit 0875e05f71
10 changed files with 189 additions and 69 deletions

View file

@ -10,7 +10,13 @@
pkgs.vscode-extensions.jnoortheen.nix-ide
pkgs.vscode-extensions.leonardssh.vscord
];
profiles.tulg.userSettings = {
userSettings = {
"nix.formatterPath" = "alejandra";
"nix.extraOptions" = ''
experimental-features = nix-command flakes
'';
"nix.enableLanguageServer" = true;
"nix.serverPath" = "nixd";
};
};
}