steam.nix: fix extraCompatPackages
This commit is contained in:
parent
6dcabaf9dc
commit
1f3e4a9f6c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
gamescopeSession.enable = true;
|
gamescopeSession.enable = true;
|
||||||
extraCompatPackages = with pkgs; [proton-ge-bin.steamcompattool];
|
extraCompatPackages = [pkgs.proton-ge-bin.steamcompattool];
|
||||||
};
|
};
|
||||||
# See
|
# See
|
||||||
# https://wiki.nixos.org/wiki/GameMode
|
# https://wiki.nixos.org/wiki/GameMode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue