Support auto-launching Steam and Sunshine

This commit is contained in:
Greg Hellings
2025-11-08 13:59:34 -06:00
parent 7be09a866c
commit 3552aa0890
2 changed files with 68 additions and 22 deletions
+6
View File
@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
xdg.autostart.entries = [
"${pkgs.steam}/share/applications/steam.desktop"
];
}