Python: add python3 to the path in development module
This commit is contained in:
parent
759a26afb7
commit
cc0853c0ae
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{ pkgs, lib, config, ... }: {
|
||||
home.packages = [ pkgs.black ]
|
||||
home.packages = [ pkgs.black pkgs.python3 ]
|
||||
++ lib.optionals config.programs.helix.enable builtins.attrValues {
|
||||
inherit (pkgs.python3Packages) python-lsp-server pyls-flake8 pyls-isort;
|
||||
} ++ lib.optionals config.programs.kakoune.enable builtins.attrValues {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue