all repos — nixfiles @ 19bc5543e124b2785898336acdd0fadd2d200a5c

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

gaming: enable steam module

Alan Pearce
commit

19bc5543e124b2785898336acdd0fadd2d200a5c

parent

ff3f4a19314d2561993b26baa5fc46ba86209f29

1 file changed, 1 insertion(+), 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;