feat(stolas): add steam
This commit is contained in:
parent
d149303ed2
commit
cef93c482b
3 changed files with 5 additions and 2 deletions
|
@ -15,11 +15,11 @@ in
|
|||
};
|
||||
};
|
||||
config = mkIf cfg.enable {
|
||||
programs.steam.enable = true;
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
|
||||
};
|
||||
|
||||
hardware.pulseaudio.support32Bit = true;
|
||||
services.pulseaudio.support32Bit = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue