From 04ccc713e430def0997168c7042dfd05cdf1fe47 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 5 Aug 2018 16:05:43 +0200 Subject: feat(stallo): Install wine-staging & winetricks --- stallo-configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stallo-configuration.nix b/stallo-configuration.nix index e087b3389856..bbcfc140d39a 100644 --- a/stallo-configuration.nix +++ b/stallo-configuration.nix @@ -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; -- cgit 1.4.1