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