Fixed hyprland not launching on latest nixpkgs version on mac
This commit is contained in:
parent
af883624f5
commit
89f6e2224a
5 changed files with 29 additions and 25 deletions
|
|
@ -21,9 +21,12 @@ in
|
|||
# powertop.enable = true;
|
||||
#};
|
||||
#hardware.graphics.enable32Bit = lib.mkForce false;
|
||||
environment.systemPackages = with pkgs; [mesa mesa.drivers
|
||||
#widevine-cdm
|
||||
#widevinecdm-aarch64
|
||||
environment.systemPackages = with pkgs; [
|
||||
#mesa
|
||||
#mesa.drivers
|
||||
mesa-asahi-edge
|
||||
#widevine-cdm
|
||||
#widevinecdm-aarch64
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue