From b306c15471e53dae1e43ca2fe32d9c92b046b4d4 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Fri, 3 Dec 2021 18:17:09 -0500 Subject: [PATCH] Enable steam --- nki-home/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nki-home/configuration.nix b/nki-home/configuration.nix index f87250b..d6fe731 100644 --- a/nki-home/configuration.nix +++ b/nki-home/configuration.nix @@ -250,5 +250,8 @@ services.dnsmasq.extraConfig = '' addn-hosts=${config.sops.secrets.hosts.path} ''; + + # Gaming! + programs.steam.enable = true; }