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: 53c7c8e2967e5d5872b96ff111596343c6bcbcd1 (
plain
)
1
2
3
4
{
pkgs
}:
{
allowUnfree
=
true
;
allowUnfreePredicate
=
(
pkg
:
true
);
}