From 84f7e2ce6a9869ebb287be33c839d06255b61257 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 5 Jun 2025 18:19:51 +0200 Subject: [PATCH] chore: disable wine as it wasn't in use and caused issues --- hosts/yoshino/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/yoshino/default.nix b/hosts/yoshino/default.nix index 6ff088c..7abf5ae 100644 --- a/hosts/yoshino/default.nix +++ b/hosts/yoshino/default.nix @@ -23,7 +23,7 @@ desktop.enable = true; creative.enable = true; amdgpu.enable = true; - wine.enable = true; + wine.enable = false; gui.enable = true; };