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: aaaa97efe7b36c7f9ab8fcfe4d7c60f14600e474 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
10
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
python3 rye mypy black uv
];
}