index
:
world.git
this commit
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hosts
/
carmel
/
home.nix
blob: 6fb5fc211c808c0c5565bf8b143c14a36979d614 (
plain
) (
blame
)
1
2
3
4
5
6
{
self
,
...
}:
{
imports
=
[
"
${
self
}
/home/modules/home.nixhome"
];
}