From 403e1877df85c9ad3839dc16e3706c4cccaf9a7d Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 18 Jun 2024 22:36:11 +0200 Subject: [PATCH] I'll have to make something myself --- hosts/default/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 4e16a07..cce104b 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -16,11 +16,6 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.plymouth = { - enable = true; - theme = "breeze"; - # themePackages = [ (pkgs.adi1090x-plymouth-themes.override { selected_themes = [ "rings" ]; }) ]; - }; # LOVE me some blob hardware.enableRedistributableFirmware = true;