Merge branch 'main' of https://git.xenia.me.uk/xenia/nixos
This commit is contained in:
commit
11dcf088e9
|
@ -47,6 +47,7 @@ in {
|
|||
rustup
|
||||
texlive.combined.scheme-medium
|
||||
isort
|
||||
python3
|
||||
python3Packages.cython
|
||||
python3Packages.pyflakes
|
||||
python3Packages.nose
|
||||
|
@ -73,8 +74,7 @@ in {
|
|||
marksman
|
||||
luajitPackages.lua-lsp
|
||||
texlab
|
||||
(python3.withPackages
|
||||
(ps: with ps; [ python-lsp-server python-lsp-ruff pylsp-mypy ]))
|
||||
nodePackages.pyright
|
||||
nodePackages.yaml-language-server
|
||||
nodePackages.bash-language-server
|
||||
nodePackages.vscode-html-languageserver-bin
|
||||
|
|
|
@ -165,6 +165,10 @@
|
|||
'(("ssh" "/bin/bash")
|
||||
("sshx" "/bin/bash"))))
|
||||
|
||||
;; Apheleia settings
|
||||
(after! apheleia
|
||||
(setq apheleia-remote-algorithm 'local))
|
||||
|
||||
;; TRAMP host specific configs
|
||||
(after! tramp
|
||||
(setq tramp-default-method "sshx"
|
||||
|
|
Loading…
Reference in a new issue