[NixOS] Use plymouth in ryzen-shine
This commit is contained in:
parent
a82afe6b19
commit
cde3f4e433
@ -12,6 +12,12 @@
|
|||||||
linuxPackages_latest.perf
|
linuxPackages_latest.perf
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot.initrd.systemd.enable = true;
|
||||||
|
boot.plymouth = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
boot.kernelParams = ["quiet"];
|
||||||
|
|
||||||
services.autorandr = {
|
services.autorandr = {
|
||||||
enable = true;
|
enable = true;
|
||||||
profiles = {
|
profiles = {
|
||||||
|
Loading…
Reference in New Issue
Block a user