NVIM: Added Code formatting for python

This commit is contained in:
stitchy 2024-11-27 10:46:06 +00:00
parent 4d66a5e231
commit 3ec1ba5f9b
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
4 changed files with 29 additions and 10 deletions

View file

@ -60,9 +60,10 @@ in
kicad
#steamvr?
procps
ripgrep
usbutils
yt-dlp
(python311.withPackages (lib.attrVals [ "matplotlib" "python-lsp-server" "sympy"]))
(python3.withPackages (lib.attrVals [ "matplotlib" "pyflakes" "python-lsp-server" "sympy"]))
]
++ (lib.optionals (nixosConfig.stitchyconf.form == "handheld") handheldPkgs)
++ (lib.optionals (nixosConfig.stitchyconf.form == "pc") pcPkgs);