From f1d727cedd8234a69deea8fef7e0474723004b43 Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Fri, 10 Jan 2025 21:26:14 +0200 Subject: [PATCH] revert: remove plymouth plymouth: removed because it was too bothersome --- nixos/bootloader.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/bootloader.nix b/nixos/bootloader.nix index 63d4f13..ace48f8 100644 --- a/nixos/bootloader.nix +++ b/nixos/bootloader.nix @@ -27,14 +27,14 @@ in # options = [ "rw" "uid=1000" ]; #}; boot = { - plymouth = { + /*plymouth = { enable = true; theme = "rings"; themePackages = with pkgs; [ # By default we would install all themes (adi1090x-plymouth-themes.override { selected_themes = [ "rings" ]; }) ]; - }; + };*/ # Enable "Silent Boot" consoleLogLevel = 0;