1 { 2 pkgs, 3 ... 4 }: 5 { 6 programs.steam = { 7 enable = pkgs.stdenv.isLinux && pkgs.stdenv.isx86_64; 8 extest.enable = true; 9 }; 10 }