added custom plymouth logo

This commit is contained in:
willifan 2024-11-22 19:33:08 +01:00
parent e142efde95
commit c4d5e54299

View file

@ -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;
};