From 2c92f5c486f4b8aa9b2a4dc46cd6048e6c6d2261 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Thu, 14 Nov 2024 09:42:07 +0100 Subject: [PATCH] added plymouth config --- workstation/plymouth.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workstation/plymouth.nix b/workstation/plymouth.nix index 747813f..e8be5a7 100644 --- a/workstation/plymouth.nix +++ b/workstation/plymouth.nix @@ -5,8 +5,8 @@ enable = true; theme = "rings"; themePackages = with pkgs; [ - (adil1090x-plymouth-themes.overrride { - selected_themes = [ "target" ]; + (adi1090x-plymouth-themes.override { + selected_themes = [ "rings" ]; }) ]; };