mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 22:45:37 +00:00
add python black formatter to python.nix
This commit is contained in:
parent
83488999f8
commit
8a22c80b2d
@ -3,6 +3,7 @@
|
|||||||
home-manager.users.${config.user}.home.packages = with pkgs; [
|
home-manager.users.${config.user}.home.packages = with pkgs; [
|
||||||
python310 # Standard Python interpreter
|
python310 # Standard Python interpreter
|
||||||
nodePackages.pyright # Python language server
|
nodePackages.pyright # Python language server
|
||||||
|
black # Python formatter
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user