mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-02-20 23:18:02 +00:00
Added local custom packages repo
This commit is contained in:
7
home-manager/worklaptop/packages/python.nix
Normal file
7
home-manager/worklaptop/packages/python.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{pkgs}:
|
||||
pkgs.python314.withPackages (
|
||||
python-pkgs: [
|
||||
python-pkgs.pkginfo
|
||||
python-pkgs.setuptools
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user