feat(macbook-air): add thaw menu bar manager for notched display

This commit is contained in:
2026-04-14 18:52:56 +08:00
parent 2147d2917e
commit 1df2e87a6e
+5
View File
@@ -7,5 +7,10 @@
# Touch ID for sudo # Touch ID for sudo
security.pam.services.sudo_local.touchIdAuth = true; security.pam.services.sudo_local.touchIdAuth = true;
# ── Notch-specific ─────────────────────────────────
homebrew.casks = [
"thaw" # menu bar manager for notched display
];
system.stateVersion = 5; system.stateVersion = 5;
} }