From f6274e7d5dcaf04cb20204823427138ea449a306 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Mon, 13 May 2024 14:45:46 -0300 Subject: [PATCH] feat: steam --- hosts/battleship/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/battleship/configuration.nix b/hosts/battleship/configuration.nix index c8af09b..c27663e 100644 --- a/hosts/battleship/configuration.nix +++ b/hosts/battleship/configuration.nix @@ -46,7 +46,7 @@ rocmPackages.clr.icd ]; - programs.steam.enable = false; + programs.steam.enable = true; programs.gnupg.agent = { enable = true;