helix: added additional python pkgs
This commit is contained in:
parent
ea85596695
commit
9b309a53de
@ -1,5 +1,13 @@
|
||||
{ config, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
pythonPkgs = with pkgs.python3Packages; [
|
||||
python-lsp-server
|
||||
pyflakes
|
||||
rope
|
||||
yapf
|
||||
];
|
||||
in
|
||||
{
|
||||
home = {
|
||||
sessionVariables = {
|
||||
@ -48,12 +56,11 @@
|
||||
clang-tools
|
||||
rust-analyzer
|
||||
nil
|
||||
python310Packages.python-lsp-server
|
||||
texlab
|
||||
nodePackages.vscode-langservers-extracted
|
||||
nodePackages.typescript
|
||||
nodePackages.svelte-language-server
|
||||
nixpkgs-fmt
|
||||
];
|
||||
] ++ pythonPkgs;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user