{
  services.copyq = {
    enable = true;
    forceXWayland = false;
  };

  nmt.script = ''
    serviceFile=home-files/.config/systemd/user/copyq.service
    assertFileContent $serviceFile ${./dont-force-x-expected.service}
  '';
}