all repos — nixfiles @ 19bc5543e124b2785898336acdd0fadd2d200a5c

System and user configuration, managed by nix and home-manager

gaming: enable steam module
Alan Pearce alan@alanpearce.eu
Thu, 29 Oct 2020 14:26:49 +0100
commit

19bc5543e124b2785898336acdd0fadd2d200a5c

parent

ff3f4a19314d2561993b26baa5fc46ba86209f29

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M system/settings/gaming.nixsystem/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;