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 {
|
config = mkIf cfg.enable {
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.steam.override {
|
package = pkgs.steam;
|
||||||
extraEnv = {
|
|
||||||
MANGOHUD = true;
|
# .override {
|
||||||
SDL_VIDEODRIVER = "x11";
|
# extraEnv = {
|
||||||
};
|
# MANGOHUD = true;
|
||||||
|
# SDL_VIDEODRIVER = "x11";
|
||||||
|
# };
|
||||||
|
|
||||||
extraLibraries = p:
|
# extraLibraries = p:
|
||||||
with p; [
|
# with p; [
|
||||||
atk
|
# atk
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
gamescopeSession.enable = true;
|
gamescopeSession.enable = true;
|
||||||
extraCompatPackages = [pkgs.proton-ge-bin.steamcompattool];
|
extraCompatPackages = [pkgs.proton-ge-bin.steamcompattool];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue