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