mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: switch to rebased nixos-apple-silicon
This commit is contained in:
parent
f3a5b9f676
commit
0036f1bc19
3 changed files with 13 additions and 12 deletions
|
@ -38,17 +38,17 @@
|
|||
hardware.asahi = {
|
||||
peripheralFirmwareDirectory = "${inputs.apple-firmware}/firmware";
|
||||
useExperimentalGPUDriver = true;
|
||||
experimentalGPUInstallMode = "overlay";
|
||||
# experimentalGPUInstallMode = "overlay";
|
||||
};
|
||||
|
||||
nixpkgs.overlays = [
|
||||
inputs.apple-silicon.overlays.apple-silicon-overlay
|
||||
inputs.vesktop-bin.overlays.default
|
||||
(final: prev: {
|
||||
hyprland = prev.hyprland.override {
|
||||
libgbm = prev.mesa;
|
||||
};
|
||||
})
|
||||
# (final: prev: {
|
||||
# hyprland = prev.hyprland.override {
|
||||
# libgbm = prev.mesa;
|
||||
# };
|
||||
# })
|
||||
];
|
||||
|
||||
services.udev.extraRules = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue