Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
397535e15ef807e03beeebd04bc54837606e583c
/
.
/
src
/
apps
/
personal
/
python.nix
blob: ec8896db5e214ae131f99f32f1a6eecc00681959 [
file
] [
log
] [
blame
]
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
python310
];
}