This commit is contained in:
iFargle 2023-08-30 12:29:53 +09:00
parent 8fb933cd47
commit fcc13dbc66

View file

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