From c4d5e54299c603e9d652705666f8b485e524475a Mon Sep 17 00:00:00 2001 From: willifan Date: Fri, 22 Nov 2024 19:33:08 +0100 Subject: [PATCH] added custom plymouth logo --- users/willifan/common/theme/stylix.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/users/willifan/common/theme/stylix.nix b/users/willifan/common/theme/stylix.nix index 5131f9e..7c6fd75 100644 --- a/users/willifan/common/theme/stylix.nix +++ b/users/willifan/common/theme/stylix.nix @@ -1,4 +1,10 @@ { pkgs, ... }: +let + plymouth_logo = pkgs.fetchurl { + url = "https://files.huwe.mooo.com/outlinenobackground.png"; + hash = "sha256-HdErySgSwNSPEHyBywLyZCAss4vUhsY8BvCPe5hST6Q="; + }; +in { stylix = { @@ -51,6 +57,7 @@ polarity = "dark"; + targets.plymouth.logo = plymouth_logo; };