diff options
author | Soispha <soispha@vhack.eu> | 2023-08-25 12:37:47 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-25 12:37:47 +0200 |
commit | 07dc1e93f9c12f3ffd04a8f01692c5392885596c (patch) | |
tree | 58c4790aa1ea2438e2a0333380c75cacbae007ec /hosts | |
parent | Fix(hm/conf/neovim/plugins): Import added plugins (diff) | |
download | nixos-config-07dc1e93f9c12f3ffd04a8f01692c5392885596c.tar.gz nixos-config-07dc1e93f9c12f3ffd04a8f01692c5392885596c.zip |
Fix(system/services/steam): Install wine with steam
Diffstat (limited to 'hosts')
-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"; |