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, ... }: {
boot = {
plymouth.enable = true;
loader = {
efi.canTouchEfiVariables = true;
systemd-boot = {
enable = !legacy-boot;
configurationLimit = 3;
sortKey = "z-nixos";
sortKey = "nixos";
editor = false;
};
grub = {