index
:
nixos-config
this commit
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
home-manager
/
config
/
python
/
default.nix
blob: eeaccdcf623f7d555ca14b01f709fbbeae522886 (
plain
) (
blame
)
1
2
3
4
5
6
7
{
config
,
pkgs
,
...
}:
{
xdg
.
configFile
.
"python/pythonrc"
.
source
=
./pythonrc
;
}