From 07dc1e93f9c12f3ffd04a8f01692c5392885596c Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 25 Aug 2023 12:37:47 +0200 Subject: Fix(system/services/steam): Install wine with steam --- hosts/apzu/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts') diff --git a/hosts/apzu/default.nix b/hosts/apzu/default.nix index fb261aa8..293b09a2 100644 --- a/hosts/apzu/default.nix +++ b/hosts/apzu/default.nix @@ -7,6 +7,9 @@ ]; soispha = { + services.steam = { + enable = true; + }; laptop = { enable = true; backlight = "intel_backlight"; -- cgit 1.4.1