fix: apple silicon (#205)

* fix: pavucontrol on apple-silicon

* fix: apple-silicon - touchbar
This commit is contained in:
Ryan Yin
2025-07-25 22:37:50 +08:00
committed by GitHub
parent 88f85bb5d7
commit 9bd5c5b727
5 changed files with 210 additions and 39 deletions
+3 -5
View File
@@ -1,4 +1,4 @@
{myvars, ...}:
{ myvars, ... }:
#############################################################
#
# Shoukei - NixOS running on Macbook Pro 2022 M2 16G
@@ -6,7 +6,8 @@
#############################################################
let
hostName = "shoukei"; # Define your hostname.
in {
in
{
imports = [
./hardware-configuration.nix
../idols-ai/preservation.nix
@@ -15,9 +16,6 @@ in {
networking = {
inherit hostName;
inherit (myvars.networking) nameservers;
# configures the network interface(include wireless) via `nmcli` & `nmtui`
networkmanager.enable = true;
};
# This value determines the NixOS release from which the default