chore: update nixos-appli-silicon, update asahi options

This commit is contained in:
Ryan Yin
2025-08-19 23:20:44 +08:00
parent 30d73dabf1
commit 035c07d658
3 changed files with 29 additions and 12 deletions

View File

@@ -21,12 +21,7 @@
enable = true;
peripheralFirmwareDirectory = "${my-asahi-firmware}/macbook-pro-m2-a2338";
# build the Asahi Linux Kernel with Rust support
withRust = true;
# use apple-silicon's GPU instead of CPU
useExperimentalGPUDriver = true;
# How to install the Asahi Mesa driver
experimentalGPUInstallMode = "driver"; # driver / replace(for non-flakes) / overlay
# since mesa 25.1(already in nixpkgs), support for asahi is enabled by default.
};
# After adding this snippet, you need to restart the system for the touchbar to work.