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, ... }: {
|
{ inputs, config, pkgs, ... }: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
# Build deps
|
||||||
cmake
|
cmake
|
||||||
|
|
||||||
|
# Additional packages for functionality
|
||||||
isync
|
isync
|
||||||
ispell
|
ispell
|
||||||
ledger
|
ledger
|
||||||
texliveFull
|
texliveFull
|
||||||
mu
|
mu
|
||||||
|
|
||||||
|
# Fonts
|
||||||
fira-code
|
fira-code
|
||||||
fira-code-symbols
|
fira-code-symbols
|
||||||
|
|
||||||
|
# LSP Servers
|
||||||
|
python311Packages.python-lsp-server
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.emacs = {
|
programs.emacs = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user