fix: packages missing from global config

This commit is contained in:
stitchy 2024-12-21 18:38:44 -08:00
parent 0376b2eb94
commit aa269aa681
Signed by: stitchy
SSH key fingerprint: SHA256:f7Wxv5r7Ooi4z3GxqMBx50LlPRtY/kUK/Sw8K02PYys
2 changed files with 2 additions and 2 deletions

View file

@ -75,10 +75,12 @@ in
"glsl_analyzer"
"gnumake"
"gnupg"
"lazygit"
"mypy"
"neofetch"
"p7zip"
"pinentry"
"ripgrep"
"rust-analyzer"
"rustfmt"
"rustup"

View file

@ -22,7 +22,6 @@ let
"imv"
"isync"
"kitty"
"lazygit"
"libreoffice"
"librewolf"
"lynx"
@ -60,7 +59,6 @@ in
kicad
#steamvr?
procps
ripgrep
usbutils
yt-dlp
(python3.withPackages (lib.attrVals [ "matplotlib" "pyflakes" "python-lsp-server" "sympy"]))