From 921b39bc921a6ae405432c7d34297e885b48ee44 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 18 Jul 2024 12:41:47 -0400 Subject: [PATCH] thelio76: plymouth theme fadein --- thelio76/configuration.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/thelio76/configuration.nix b/thelio76/configuration.nix index 4107bc1..da4d357 100644 --- a/thelio76/configuration.nix +++ b/thelio76/configuration.nix @@ -14,10 +14,11 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.plymouth.enable = true; - boot.kernelParams = ["quiet"]; boot.initrd.systemd.enable = true; - boot.plymouth.theme="breeze"; + boot.kernelParams = ["quiet"]; + + boot.plymouth.enable = true; + boot.plymouth.theme="fade-in"; boot.initrd.luks.devices."luks-7d758c82-9079-46a6-8bb2-05d5016ed623".device = "/dev/disk/by-uuid/7d758c82-9079-46a6-8bb2-05d5016ed623"; environment.etc.crypttab.text = ''