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