From fa7bfabf48f2f14802c85da6b76d17ad2a2bd798 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Fri, 25 Jul 2025 22:49:53 +0800 Subject: [PATCH] doc: apple touchbar --- hosts/12kingdoms-shoukei/apple-silicon.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/12kingdoms-shoukei/apple-silicon.nix b/hosts/12kingdoms-shoukei/apple-silicon.nix index 35c8cd6c..47d23295 100644 --- a/hosts/12kingdoms-shoukei/apple-silicon.nix +++ b/hosts/12kingdoms-shoukei/apple-silicon.nix @@ -29,6 +29,7 @@ experimentalGPUInstallMode = "driver"; # driver / replace(for non-flakes) / overlay }; + # After adding this snippet, you need to restart the system for the touchbar to work. hardware.apple.touchBar = { enable = true; package = pkgs-unstable.tiny-dfr;