diff options
Diffstat (limited to 'hosts/apzu/default.nix')
-rw-r--r-- | hosts/apzu/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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"; |