Update flake
This commit is contained in:
@ -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 &";
|
||||||
# }
|
# }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user