Enable steam

This commit is contained in:
Natsu Kagami 2021-12-03 18:17:09 -05:00
parent 4b1155d79f
commit b306c15471
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -250,5 +250,8 @@
services.dnsmasq.extraConfig = '' services.dnsmasq.extraConfig = ''
addn-hosts=${config.sops.secrets.hosts.path} addn-hosts=${config.sops.secrets.hosts.path}
''; '';
# Gaming!
programs.steam.enable = true;
} }