remove python lsp and lutris

This commit is contained in:
2026-05-20 21:25:32 +02:00
parent ee248079aa
commit 41d3711b9b
3 changed files with 22 additions and 22 deletions

View File

@ -9,7 +9,7 @@
config = lib.mkIf config.mods.game.enable {
home.packages = with pkgs;[
# lutris (broken)
# lutris #BORKED
mangohud
moonlight-qt
prismlauncher

View File

@ -24,12 +24,12 @@
nodejs_24
glsl_analyzer
opencode
(pkgs.python3.withPackages (ps: with ps; [
python-lsp-server
pylsp-mypy
python-lsp-ruff
pycodestyle
]))
# (pkgs.python3.withPackages (ps: with ps; [
# python-lsp-server
# pylsp-mypy
# python-lsp-ruff
# pycodestyle
# ])) #BORKED
];
# programs.neovim.extraLuaConfig = ''