mirror of
https://github.com/nmasur/dotfiles
synced 2025-09-30 11:43:15 +00:00
add python black formatter to python.nix
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user