actually autostart sunshine

This commit is contained in:
Victor Ișan 2026-01-27 22:38:51 +01:00
parent 1116588450
commit ad47595616

View File

@ -39,6 +39,13 @@
};
};
xdg.autostart.enable = true;
xdg.autostart.entries.sunshine = {
name = "Sunshine";
exec = "sunshine";
onlyShowIn = [ "KDE" ];
};
home.stateVersion = config.system.stateVersion;
};
}