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" "glsl_analyzer"
"gnumake" "gnumake"
"gnupg" "gnupg"
"lazygit"
"mypy" "mypy"
"neofetch" "neofetch"
"p7zip" "p7zip"
"pinentry" "pinentry"
"ripgrep"
"rust-analyzer" "rust-analyzer"
"rustfmt" "rustfmt"
"rustup" "rustup"

View file

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