added extrapackages for steam
This commit is contained in:
@@ -9,6 +9,11 @@
|
|||||||
programs.steam = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
gamescopeSession.enable = true;
|
gamescopeSession.enable = true;
|
||||||
|
extraCompatPackages = with pkgs; [proton-ge-bin];
|
||||||
|
extraPackages = with pkgs; [
|
||||||
|
mangohud
|
||||||
|
gamescope-wsi
|
||||||
|
];
|
||||||
};
|
};
|
||||||
programs.gamemode.enable = true;
|
programs.gamemode.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user