From 22a641b29c6e7ce155a13ae1c9cfbff5391cd070 Mon Sep 17 00:00:00 2001 From: satr14 Date: Thu, 23 Jul 2026 17:35:48 +0700 Subject: [PATCH] disable plymouth --- modules/system/core/bootloader.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/system/core/bootloader.nix b/modules/system/core/bootloader.nix index cca3d3f..20d65ec 100644 --- a/modules/system/core/bootloader.nix +++ b/modules/system/core/bootloader.nix @@ -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 = {