.files/nix/nixosModules/extra/macbook-pro-radeon.nix
Léana 江 ebf8468807
tree-wide: format with nixfmt
Another saturday another useless formatter change.
It's my dotfiles, after all

alejandra doesn't handle c-style inline comments well.
2025-11-08 10:15:58 +08:00

5 lines
217 B
Nix

{
# This will temporarily disable the dedicated graphics and boot into the system.
# If your computer suffers from the GPU's death it won't boot unless you do this.
boot.kernelParams = [ "radeon.modeset=0" ];
}