This commit is contained in:
iFargle 2023-08-30 12:31:05 +09:00
parent fcc13dbc66
commit f843330c24

View file

@ -6,5 +6,7 @@
programs.ripgrep.enable = true;
# Used for the LSP Python module
home.packages = [ pkgs.python-lsp-server ];
home.packages = [
pkgs.python311Packages.python-lsp-server
];
}