summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-17 12:01:12 +0530
committerbrustybee <bee@4d2.org>2026-03-17 12:01:12 +0530
commitd00553e667c78aa475773556058108f469f46d4e (patch)
treee45a872469cab5a0cef8b1c7f64b2ce35ff68eff /hosts
parent5cc6194fb34e8b1f1274db2cd9c171d1ae11ff6e (diff)
hot reload gtk apps to update theme and install steam
Diffstat (limited to 'hosts')
-rw-r--r--hosts/nixios/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/nixios/default.nix b/hosts/nixios/default.nix
index 3e5f52f..dc53e95 100644
--- a/hosts/nixios/default.nix
+++ b/hosts/nixios/default.nix
@@ -72,7 +72,7 @@
capSysNice = true;
};
programs.steam = {
- enable = false;
+ enable = true;
gamescopeSession.enable = false;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;