index
:
nixfiles
this commit
main
System and user configuration, managed by nix and home-manager
Gitolite user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
user
/
modules
/
nix.nix
blob: d0de3cabaa400eb60870d230b2e1e897229b18bd (
plain
)
1
2
3
4
5
{
config
,
pkgs
,
...
}:
{
nixpkgs
.
config
=
import
../config.nix
;
}