diff options
author | Alan Pearce | 2020-10-29 14:26:49 +0100 |
---|---|---|
committer | Alan Pearce | 2020-10-29 14:26:49 +0100 |
commit | 19bc5543e124b2785898336acdd0fadd2d200a5c (patch) | |
tree | b40592676ddf5d8e01acebd026a242c03a884c23 | |
parent | ff3f4a19314d2561993b26baa5fc46ba86209f29 (diff) | |
download | nixfiles-19bc5543e124b2785898336acdd0fadd2d200a5c.tar.lz nixfiles-19bc5543e124b2785898336acdd0fadd2d200a5c.tar.zst nixfiles-19bc5543e124b2785898336acdd0fadd2d200a5c.zip |
gaming: enable steam module
-rw-r--r-- | system/settings/gaming.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/gaming.nix b/system/settings/gaming.nix index 0dbc5b12..e7a115da 100644 --- a/system/settings/gaming.nix +++ b/system/settings/gaming.nix @@ -1,6 +1,7 @@ { config, pkgs, ... }: { + programs.steam.enable = true; hardware.steam-hardware.enable = true; hardware.opengl.driSupport32Bit = true; hardware.pulseaudio.support32Bit = true; |