Python: add python3 to the path in development module

This commit is contained in:
Filippo Berto 2023-02-28 21:25:32 +01:00
parent 759a26afb7
commit cc0853c0ae
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -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 {