index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
ebisu
/
fortune
/
development
/
languages
/
python.nix
blob: f970f71d3a9f832706cc47b5dac1b567541c862d (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
python3 rye mypy black uv
];
}