This commit is contained in:
2026-02-09 16:45:52 -06:00
parent bc16420869
commit a740e1c33a
2 changed files with 8 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@@ -1,4 +1,10 @@
{ lib, pkgs, namespace, ... }:
let
plymouthTheme = pkgs.kdePackages.breeze-plymouth.override {
logoName = "apple";
logoFile = ./apple.png;
};
in
{
# Use the systemd-boot EFI boot loader.
boot = {
@@ -34,8 +40,9 @@
};
plymouth = {
theme = "nixos-bgrt-apple";
# theme = "nixos-bgrt-apple";
themePackages = with pkgs.${namespace}; [
plymouthTheme
plymouth-bgrt-apple
];
};