Added python-lsp-server to emacs in nix config

This commit is contained in:
Random936 2024-06-07 11:03:16 -07:00
parent 6516ff77d9
commit cfd01a3dce

View File

@ -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 = {