mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
chore: remove commented out code for fixing hyprland
This commit is contained in:
parent
0d014169ca
commit
5aed50c325
1 changed files with 0 additions and 6 deletions
|
@ -38,17 +38,11 @@
|
||||||
hardware.asahi = {
|
hardware.asahi = {
|
||||||
peripheralFirmwareDirectory = "${inputs.apple-firmware}/firmware";
|
peripheralFirmwareDirectory = "${inputs.apple-firmware}/firmware";
|
||||||
useExperimentalGPUDriver = true;
|
useExperimentalGPUDriver = true;
|
||||||
# experimentalGPUInstallMode = "overlay";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
inputs.apple-silicon.overlays.apple-silicon-overlay
|
inputs.apple-silicon.overlays.apple-silicon-overlay
|
||||||
inputs.vesktop-bin.overlays.default
|
inputs.vesktop-bin.overlays.default
|
||||||
# (final: prev: {
|
|
||||||
# hyprland = prev.hyprland.override {
|
|
||||||
# libgbm = prev.mesa;
|
|
||||||
# };
|
|
||||||
# })
|
|
||||||
];
|
];
|
||||||
|
|
||||||
services.udev.extraRules = ''
|
services.udev.extraRules = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue