fix(nix): add python lsp packages
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
645419b372
commit
26c2baa3c6
1 changed files with 6 additions and 1 deletions
|
@ -63,6 +63,10 @@
|
||||||
mu
|
mu
|
||||||
msmtp
|
msmtp
|
||||||
|
|
||||||
|
semgrep
|
||||||
|
|
||||||
|
ruff-lsp
|
||||||
|
|
||||||
jdk22
|
jdk22
|
||||||
|
|
||||||
noto-fonts
|
noto-fonts
|
||||||
|
@ -74,7 +78,8 @@
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
];
|
];
|
||||||
emacsPackages = with pkgs.emacsPackages; [ mu4e ];
|
emacsPackages = with pkgs.emacsPackages; [ mu4e ];
|
||||||
in packages ++ emacsPackages;
|
pythonPackages = with pkgs.python312Packages; [ python-lsp-server ];
|
||||||
|
in packages ++ emacsPackages ++ pythonPackages;
|
||||||
|
|
||||||
### Services
|
### Services
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue