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;