enable steam autostart
Some checks are pending
Flake.lock / build (push) Waiting to run

This commit is contained in:
Mohamed Chrayed 2024-08-31 10:10:15 +02:00
parent f530b8cab5
commit 6c985d6f03

View File

@ -6,7 +6,7 @@
description = "Open Steam in the background at boot"; description = "Open Steam in the background at boot";
serviceConfig = { serviceConfig = {
ExecStart = "${pkgs.steam}/bin/steam -nochatui -nofriendsui -silent %U"; ExecStart = "${pkgs.steam}/bin/steam -nochatui -nofriendsui -silent %U";
wantedBy = [ "graphical-session.target" ]; wantedBy= [ "default.target" ];
Restart = "on-failure"; Restart = "on-failure";
RestartSec = "5s"; RestartSec = "5s";
}; };