feat(stallo): Install wine-staging & winetricks

This commit is contained in:
Vincent Ambo 2018-08-05 16:05:43 +02:00
parent aa9d8b2618
commit 04ccc713e4

View file

@ -1,5 +1,5 @@
# Local configuration for 'stallo' (Home desktop PC)
{ config, ...}:
{ config, pkgs, ...}:
{
boot.initrd.luks.devices.stallo-luks.device = "/dev/disk/by-uuid/b484cf1e-a27b-4785-8bd6-fa85a004b073";
@ -11,6 +11,9 @@
hardware.opengl.driSupport32Bit = true;
hardware.pulseaudio.support32Bit = true;
# Wine for Blizzard stuff
environment.systemPackages = with pkgs.unstable; [ wineStaging winetricks ];
networking = {
hostName = "stallo";
wireless.enable = true;