I want to enable the nonfree repo so I can install steam, so I followed the instructions and put
{ allowUnfree = true; } in my ~/.config/nixpkgs/config.nix. But when I try to install steam again with nix-env -i steam, it just tells me the same message that I need to enable the nonfree repo. How do I fix this?