{
  services.trayscale = {
    enable = true;
    hideWindow = true;
  };

  nmt.script = ''
    serviceFile=home-files/.config/systemd/user/trayscale.service
    assertFileExists $serviceFile
    assertFileRegex $serviceFile \
      '^ExecStart=@trayscale@/bin/trayscale --hide-window$'
  '';
}