mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
15 lines
176 B
Nix
15 lines
176 B
Nix
![]() |
{
|
||
|
pkgs,
|
||
|
...
|
||
|
}:
|
||
|
{
|
||
|
home.packages = builtins.attrValues {
|
||
|
inherit (pkgs)
|
||
|
python314
|
||
|
;
|
||
|
inherit (pkgs.python313Packages)
|
||
|
venvShellHook
|
||
|
;
|
||
|
};
|
||
|
}
|