cleanup mac:
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user