From 18c8d7e5aec958472f79010d17401c9272ba2c89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 11 Sep 2025 13:38:57 +0800 Subject: [PATCH] vanadium: enable MFI fast charge --- nix/configurations/vanadium/kernel-overlay.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/configurations/vanadium/kernel-overlay.nix b/nix/configurations/vanadium/kernel-overlay.nix index 6d0bfeac..1c6f5c76 100644 --- a/nix/configurations/vanadium/kernel-overlay.nix +++ b/nix/configurations/vanadium/kernel-overlay.nix @@ -47,6 +47,7 @@ in { # My config DRM_AMDGPU = yes; # Recent AMD GPU HYPERVISOR_GUEST = lib.mkForce no; + APPLE_MFI_FASTCHARGE = yes; }; } );