games: add steam
This commit is contained in:
parent
4e58df0ca1
commit
428888b702
3 changed files with 8 additions and 20 deletions
|
|
@ -4,4 +4,12 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
osu-lazer
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
extest.enable = true;
|
||||
extraPackages = [ pkgs.gamescope ];
|
||||
|
||||
gamescopeSession.enable = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue