fix: packages missing from global config
This commit is contained in:
parent
0376b2eb94
commit
aa269aa681
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -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"]))
|
||||||
|
|
Loading…
Reference in a new issue