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