disable plymouth

This commit is contained in:
Satria 2026-07-23 17:35:48 +07:00
commit 22a641b29c

View file

@ -1,12 +1,11 @@
{ pkgs, legacy-boot, ... }: { { pkgs, legacy-boot, ... }: {
boot = { boot = {
plymouth.enable = true;
loader = { loader = {
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
systemd-boot = { systemd-boot = {
enable = !legacy-boot; enable = !legacy-boot;
configurationLimit = 3; configurationLimit = 3;
sortKey = "z-nixos"; sortKey = "nixos";
editor = false; editor = false;
}; };
grub = { grub = {