Support auto-launching Steam and Sunshine
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
xdg.autostart.entries = [
|
||||
"${pkgs.steam}/share/applications/steam.desktop"
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user