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; [
myPython
nodePackages.pyright # LSP
# jetbrains.pycharm-professional
];
# Use $1 for positional args
commands = [
# {
# name = "";
# help = "";
# command = "";
# name = "ide";
# help = "Run pycharm for this project";
# command = "pycharm . &>/dev/null &";
# }
];
};