From d6c218859c2b22fcac463f17c848c8e176f60865 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Mon, 29 Jan 2024 13:27:27 +0100 Subject: [PATCH] Disable plymouth as it's not bringing much joy --- modules/common/linux/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/common/linux/default.nix b/modules/common/linux/default.nix index c67ca99..6d731ee 100644 --- a/modules/common/linux/default.nix +++ b/modules/common/linux/default.nix @@ -122,7 +122,6 @@ in boot.kernelPackages = mkDefault pkgs.linuxPackages_latest; # Use the systemd-boot EFI boot loader. boot = { - plymouth.enable = true; loader.timeout = 60; loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true;