Make plymouth hi-res mode hardware exclusive

This commit is contained in:
Joseph DiGiovanni 2024-08-18 21:03:55 -04:00
parent 3c82de3a08
commit 01ff1c5adf
2 changed files with 1 additions and 1 deletions

View file

@ -16,6 +16,7 @@
"xhci_pci"
];
plymouth.extraConfig = "DeviceScale=2";
};
hardware.amd-graphics.enable = true;

View file

@ -11,7 +11,6 @@
};
kernelParams = [ "quiet" "splash" ];
plymouth.extraConfig = "DeviceScale=2";
};
};
}