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
/
system
/
nixpkgs
/
default.nix
blob: f226faa2887bd69d835c86a4bc824ef71c79f6bb (
plain
) (
blame
)
1
2
3
4
5
6
# vim: ts=2
{
lib
,
...
}:
{
nixpkgs
.
config
=
{
#contentAddressedByDefault = true;
};
}