Added working macbook m1 config
This commit is contained in:
parent
753d9c0e96
commit
6ffdf4a0ee
33 changed files with 9639 additions and 46 deletions
13
nixos/macos/configuration.nix
Normal file
13
nixos/macos/configuration.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./apple-silicon-support
|
||||
];
|
||||
hardware.asahi = {
|
||||
peripheralFirmwareDirectory = ./firmware;
|
||||
useExperimentalGPUDriver = true;
|
||||
setupAsahiSound = true;
|
||||
};
|
||||
#hardware.graphics.enable32Bit = lib.mkForce false;
|
||||
environment.systemPackages = with pkgs; [mesa mesa.drivers];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue