Added python-lsp-server to emacs in nix config
This commit is contained in:
parent
6516ff77d9
commit
cfd01a3dce
@ -1,14 +1,21 @@
|
||||
{ inputs, config, pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
# Build deps
|
||||
cmake
|
||||
|
||||
# Additional packages for functionality
|
||||
isync
|
||||
ispell
|
||||
ledger
|
||||
texliveFull
|
||||
mu
|
||||
|
||||
# Fonts
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
|
||||
# LSP Servers
|
||||
python311Packages.python-lsp-server
|
||||
];
|
||||
|
||||
programs.emacs = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user