feat(stallo): Install wine-staging & winetricks
This commit is contained in:
parent
aa9d8b2618
commit
04ccc713e4
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue