feat(adho): Install Steam
This commit is contained in:
parent
dfe1f191a9
commit
d22510b15f
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Local configuration for 'adho' (Thinkpad T470s)
|
||||
{ config, ...}:
|
||||
{ config, pkgs, ...}:
|
||||
|
||||
{
|
||||
boot.initrd.luks.devices.adho.device = "/dev/disk/by-uuid/722006b0-9654-4ea1-8703-e0cf9ac1905e";
|
||||
|
@ -7,6 +7,11 @@
|
|||
services.xserver.videoDrivers = [ "intel" ];
|
||||
programs.light.enable = true;
|
||||
|
||||
# Attempt to get Steam & co to run:
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
hardware.pulseaudio.support32Bit = true;
|
||||
environment.systemPackages = [ pkgs.steam ];
|
||||
|
||||
networking = {
|
||||
hostName = "adho";
|
||||
wireless.enable = true;
|
||||
|
|
Loading…
Reference in a new issue