remove python lsp and lutris
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
|
||||
config = lib.mkIf config.mods.game.enable {
|
||||
home.packages = with pkgs;[
|
||||
# lutris (broken)
|
||||
# lutris #BORKED
|
||||
mangohud
|
||||
moonlight-qt
|
||||
prismlauncher
|
||||
|
||||
@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user