summaryrefslogtreecommitdiff
path: root/hosts/nixios
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/nixios')
-rw-r--r--hosts/nixios/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/nixios/default.nix b/hosts/nixios/default.nix
index 18b2474..5d45976 100644
--- a/hosts/nixios/default.nix
+++ b/hosts/nixios/default.nix
@@ -29,6 +29,8 @@
};
};
+ programs.gpu-screen-recorder.enable = true;
+
xdg.portal = lib.mkForce {
enable = true;
extraPortals = [
@@ -61,6 +63,7 @@
};
programs.steam = {
enable = true;
+ protontricks.enable = true;
gamescopeSession.enable = false;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;