This commit is contained in:
commit
6b5cd07c86
1 changed files with 2 additions and 4 deletions
|
@ -1088,19 +1088,17 @@
|
|||
};
|
||||
|
||||
steam = {pkgs, ...}: {
|
||||
# programs.gamescope.enable = true;
|
||||
programs.gamescope.enable = true;
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
|
||||
/*
|
||||
extest.enable = true;
|
||||
gamescopeSession.enable = true;
|
||||
|
||||
extraPackages = with pkgs; [
|
||||
gamescope
|
||||
gamescope
|
||||
];
|
||||
*/
|
||||
|
||||
extraCompatPackages = with pkgs; [
|
||||
proton-ge-bin
|
||||
|
|
Loading…
Reference in a new issue