{ lib, config, pkgs, variant, ... }: { nixpkgs.config = { allowUnfree = true; }; home.packages = if variant == "default" then with pkgs; [ lutris mangohud prismlauncher heroic steam ] else []; }