1

Update flake

This commit is contained in:
2022-12-16 17:43:08 +01:00
parent 82587f5ce6
commit eb0a0b2b56

View File

@ -28,14 +28,15 @@
packages = with pkgs; [ packages = with pkgs; [
myPython myPython
nodePackages.pyright # LSP nodePackages.pyright # LSP
# jetbrains.pycharm-professional
]; ];
# Use $1 for positional args # Use $1 for positional args
commands = [ commands = [
# { # {
# name = ""; # name = "ide";
# help = ""; # help = "Run pycharm for this project";
# command = ""; # command = "pycharm . &>/dev/null &";
# } # }
]; ];
}; };