From 3f17584a36257ae36967ea4c1eb5cc11db5bbf88 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Thu, 25 May 2023 17:56:23 +0200 Subject: [PATCH] [Desktop/Games] Enable wine by default --- desktop/games.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desktop/games.nix b/desktop/games.nix index 16d34d3..a798ac2 100644 --- a/desktop/games.nix +++ b/desktop/games.nix @@ -42,6 +42,8 @@ in { (optimizePkg { } cfg.gaming.ryujinx.package) ]; + aviallon.windows.wine.enable = mkDefault true; + boot.kernel.sysctl = { # Fixes crash in Hogwarts Legacy when using Floo network (https://steamcommunity.com/app/990080/discussions/0/3773490215223050912/)