steam.nix: enable steam again
This commit is contained in:
parent
f5f753a407
commit
44d05940e9
1 changed files with 10 additions and 12 deletions
|
@ -10,19 +10,17 @@ in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# package = pkgs.steam;
|
package = pkgs.steam.override {
|
||||||
|
extraEnv = {
|
||||||
|
MANGOHUD = true;
|
||||||
|
SDL_VIDEODRIVER = "x11";
|
||||||
|
};
|
||||||
|
|
||||||
# .override {
|
extraLibraries = p:
|
||||||
# extraEnv = {
|
with p; [
|
||||||
# MANGOHUD = true;
|
atk
|
||||||
# SDL_VIDEODRIVER = "x11";
|
];
|
||||||
# };
|
};
|
||||||
|
|
||||||
# extraLibraries = p:
|
|
||||||
# with p; [
|
|
||||||
# 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