Test
This commit is contained in:
parent
fcc13dbc66
commit
f843330c24
1 changed files with 4 additions and 2 deletions
|
@ -6,5 +6,7 @@
|
||||||
programs.ripgrep.enable = true;
|
programs.ripgrep.enable = true;
|
||||||
|
|
||||||
# Used for the LSP Python module
|
# Used for the LSP Python module
|
||||||
home.packages = [ pkgs.python-lsp-server ];
|
home.packages = [
|
||||||
}
|
pkgs.python311Packages.python-lsp-server
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue