mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 10:20:14 +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; [
|
||||
python310 # Standard Python interpreter
|
||||
nodePackages.pyright # Python language server
|
||||
black # Python formatter
|
||||
];
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user