{ lib, config, pkgs, ... }:
lib.mkIf config.desktop.enable {
  environment.systemPackages = with pkgs; [
    yuzu
  ];
}