From dd5a864785bf9f6ad30fedf5a751c22ff15dca8d Mon Sep 17 00:00:00 2001 From: 514fpv Date: Thu, 18 Jul 2024 17:36:44 +0800 Subject: [PATCH] fix(chireiden): disable catppuccin for plymouth --- spec/chireiden/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/chireiden/default.nix b/spec/chireiden/default.nix index bfc15ee2..4dd70842 100644 --- a/spec/chireiden/default.nix +++ b/spec/chireiden/default.nix @@ -37,6 +37,7 @@ nvidiaBusId = "PCI:5:0:0"; }; + boot.plymouth.catppuccin.enable = false; hardware.enableRedistributableFirmware = true; boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" ]; boot.initrd.kernelModules = [ ];