added custom plymouth logo
This commit is contained in:
parent
e142efde95
commit
c4d5e54299
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue