My Nix Configuration
1{ 2 nixpkgs = { 3 config = { 4 allowUnfree = true; 5 }; 6 }; 7}