tangled
alpha
login
or
join now
pyrox.dev
/
nix
My Nix Configuration
1
fork
atom
overview
issues
pulls
pipelines
nix
/
modules
/
nixos
/
default-config
/
nixpkgsConfig.nix
at
cb2212520a4d1d8a0eb91419618860762350f6cd
71 B
view raw
1
{
2
nixpkgs
=
{
3
config
=
{
4
allowUnfree
=
true
;
5
}
;
6
}
;
7
}