NVIM: Added Code formatting for python
This commit is contained in:
parent
4d66a5e231
commit
3ec1ba5f9b
4 changed files with 29 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue