mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 10:20:14 +00:00
python and other fixes
This commit is contained in:
8
modules/programming/python.nix
Normal file
8
modules/programming/python.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ config, pkgs, ... }: {
|
||||
|
||||
home-manager.users.${config.user}.home.packages = with pkgs; [
|
||||
python310 # Standard Python interpreter
|
||||
nodePackages.pyright # Python language server
|
||||
];
|
||||
|
||||
}
|
Reference in New Issue
Block a user