gui/steam.nix: reset steam to default package
This commit is contained in:
parent
133fa31b26
commit
7b928adc14
1 changed files with 12 additions and 10 deletions
|
@ -10,17 +10,19 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
package = pkgs.steam.override {
|
||||
extraEnv = {
|
||||
MANGOHUD = true;
|
||||
SDL_VIDEODRIVER = "x11";
|
||||
};
|
||||
package = pkgs.steam;
|
||||
|
||||
# .override {
|
||||
# extraEnv = {
|
||||
# MANGOHUD = true;
|
||||
# SDL_VIDEODRIVER = "x11";
|
||||
# };
|
||||
|
||||
extraLibraries = p:
|
||||
with p; [
|
||||
atk
|
||||
];
|
||||
};
|
||||
# extraLibraries = p:
|
||||
# with p; [
|
||||
# atk
|
||||
# ];
|
||||
# };
|
||||
gamescopeSession.enable = true;
|
||||
extraCompatPackages = [pkgs.proton-ge-bin.steamcompattool];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue