From 4c3b5913213975051ae6d5bc280b542ca4d0c625 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 21 Jun 2026 21:40:04 +0200 Subject: modules/common: Enable steam again --- modules/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/common/default.nix b/modules/common/default.nix index ea9f2ded..5392538a 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -228,7 +228,7 @@ }; }; mpv.enable = true; - steam.enable = false; + steam.enable = true; ssh.enable = true; swaylock.enable = true; timewarrior.enable = true; -- cgit v1.3.1