[NixOS] Use plymouth in ryzen-shine

This commit is contained in:
Ivan Malison 2023-08-07 21:53:03 -06:00
parent a82afe6b19
commit cde3f4e433

View File

@ -12,6 +12,12 @@
linuxPackages_latest.perf
];
boot.initrd.systemd.enable = true;
boot.plymouth = {
enable = true;
};
boot.kernelParams = ["quiet"];
services.autorandr = {
enable = true;
profiles = {