diff options
-rw-r--r-- | nixos/bootloader.nix | 4 |
1 files 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; |