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 {
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
# package = pkgs.steam;
|
||||
package = pkgs.steam.override {
|
||||
extraEnv = {
|
||||
MANGOHUD = true;
|
||||
SDL_VIDEODRIVER = "x11";
|
||||
};
|
||||
|
||||
# .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