update
This commit is contained in:
parent
c1ffc32ab6
commit
f4b76401df
5 changed files with 57 additions and 42 deletions
|
|
@ -41,6 +41,17 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
systemd.user.services.steam = {
|
||||
enable = true;
|
||||
description = "Open Steam in the background at boot";
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.steam}/bin/steam -nochatui -nofriendsui -silent %U";
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
Restart = "on-failure";
|
||||
RestartSec = "5s";
|
||||
};
|
||||
};
|
||||
|
||||
# SteamVR kernel patch for AMDGPU
|
||||
boot.kernelPatches = gaming-host [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue