cleanup mac:

This commit is contained in:
mjallen18
2025-06-30 13:03:08 -05:00
parent 73647c0e5e
commit 9f2b10f47c
32 changed files with 94 additions and 1857 deletions

View File

@@ -10,15 +10,13 @@ in
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
../default.nix
# ./gnome
# ./cosmic
];
hardware.asahi = {
enable = true;
useExperimentalGPUDriver = true;
peripheralFirmwareDirectory = ./firmware;
# extractPeripheralFirmware = false;
setupAsahiSound = true;
};
@@ -39,7 +37,7 @@ in
# Networking configs
networking = {
hostName = "mac-nixos";
hostName = "macbook-pro-nixos";
# Enable Network Manager
networkmanager = {