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
d2e7add84fc10e8b27d964699fa5056300bee9da
71 B
view raw
1
{
2
nixpkgs
=
{
3
config
=
{
4
allowUnfree
=
true
;
5
}
;
6
}
;
7
}