fix steam & vcam
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
home.packages = with pkgs; [
|
||||
|
||||
#games
|
||||
steam
|
||||
# steam
|
||||
gamemode
|
||||
gamescope
|
||||
mangohud
|
||||
@@ -16,7 +16,7 @@
|
||||
bottles
|
||||
lutris
|
||||
unstable.umu-launcher
|
||||
wine
|
||||
# wine
|
||||
];
|
||||
};
|
||||
|
||||
|
@@ -5,6 +5,7 @@ in {
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
extraCompatPackages = with pkgs; [proton-ge-bin];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user