mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
add steam to game-desktop
This commit is contained in:
parent
f25c8638ee
commit
93dea40390
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ _:
|
|||
"nvidia-x11"
|
||||
"nvidia-persistenced"
|
||||
"steam"
|
||||
"steam-run"
|
||||
"steam-original"
|
||||
];
|
||||
};
|
||||
|
|
@ -50,6 +51,8 @@ _:
|
|||
};
|
||||
};
|
||||
|
||||
programs.steam.enable = true;
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
services.openssh.settings.PermitRootLogin = lib.mkForce "prohibit-password";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue