diff --git a/home/emacs/default.nix b/home/emacs/default.nix index dbb3b4e2..4cd4cf8a 100644 --- a/home/emacs/default.nix +++ b/home/emacs/default.nix @@ -35,7 +35,15 @@ # LSP servers nil fortls - nodePackages.pyright + (python3.withPackages (ps: + with ps; [ + python-lsp-server + python-lsp-ruff + python-lsp-black + pyls-isort + pylsp-mypy + pylsp-rope + ])) nodePackages.yaml-language-server nodePackages.bash-language-server nodePackages.vscode-html-languageserver-bin diff --git a/hosts/Ronin/home.nix b/hosts/Ronin/home.nix index f1a58a34..b14f2191 100644 --- a/hosts/Ronin/home.nix +++ b/hosts/Ronin/home.nix @@ -182,7 +182,7 @@ in { outputs = [ { criteria = "Acer Technologies ED270R TJMEE0043W01"; - mode = "1920x1080@165.00"; + mode = "1920x1080@120.00"; position = "0,0"; scale = 1.0; status = "enable";