This commit is contained in:
2025-12-25 14:27:20 +08:00
parent 880374e016
commit 1e3886b888
4 changed files with 16 additions and 41 deletions
+2 -3
View File
@@ -12,7 +12,7 @@ with pkgs; let
#!/usr/bin/env bash
exec ${p}/bin/${a} $@
'';
pythonPackages = pkgs.python311.withPackages (p:
pythonPackages = pkgs.python312.withPackages (p:
with p; [
python-lsp-server
pyls-flake8
@@ -33,8 +33,7 @@ with pkgs; let
]);
in {
home.packages = with pkgs; [
gitAndTools.gitFull
neovim
# git is managed by programs.git in git.nix
vim
ripgrep
openvpn