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
|
|
@ -66,6 +66,7 @@
|
|||
pkgs = import nixpkgs {
|
||||
system = x86;
|
||||
overlays = [
|
||||
inputs.hyprland.overlays.default
|
||||
];
|
||||
config = {
|
||||
allowBroken = true;
|
||||
|
|
@ -93,6 +94,7 @@ pkgs = import nixpkgs {
|
|||
pkgs = import nixpkgs {
|
||||
system = arm;
|
||||
overlays = [
|
||||
inputs.hyprland.overlays.default
|
||||
#(import ./nixos/macos/widevine.nix)
|
||||
];
|
||||
config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue