mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 12:55:13 +08:00
chore: disable plymouth on sakura
This commit is contained in:
parent
d7d0e73f0c
commit
7057c072f9
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ in
|
||||||
"mem_sleep_default=deep"
|
"mem_sleep_default=deep"
|
||||||
"acpi_osi=\"!Windows 2020\"" # otherwise GPU does weird shit that makes the computer look like the RAM is broken
|
"acpi_osi=\"!Windows 2020\"" # otherwise GPU does weird shit that makes the computer look like the RAM is broken
|
||||||
];
|
];
|
||||||
|
plymouth.enable = false;
|
||||||
kernelModules = [ "acpi_call" ];
|
kernelModules = [ "acpi_call" ];
|
||||||
kernelPackages = pkgs.linuxPackages_latest;
|
kernelPackages = pkgs.linuxPackages_latest;
|
||||||
loader = {
|
loader = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue