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
/
config.nix
blob: a910c0a2414e499a5545541af64313dfa6a53668 (
plain
)
1
2
3
4
{
pkgs
}:
{
allowUnfree
=
true
;
allowUnfreePredicate
=
pkg
:
true
;
}