mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-31 09:58:53 -08:00
chore: remove commented out code for fixing hyprland
Some checks are pending
Check flake / check (push) Waiting to run
Some checks are pending
Check flake / check (push) Waiting to run
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…
Reference in a new issue