idk
This commit is contained in:
BIN
systems/aarch64-linux/macbook-pro-nixos/apple.png
Normal file
BIN
systems/aarch64-linux/macbook-pro-nixos/apple.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
@@ -1,4 +1,10 @@
|
|||||||
{ lib, pkgs, namespace, ... }:
|
{ lib, pkgs, namespace, ... }:
|
||||||
|
let
|
||||||
|
plymouthTheme = pkgs.kdePackages.breeze-plymouth.override {
|
||||||
|
logoName = "apple";
|
||||||
|
logoFile = ./apple.png;
|
||||||
|
};
|
||||||
|
in
|
||||||
{
|
{
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot = {
|
boot = {
|
||||||
@@ -34,8 +40,9 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
plymouth = {
|
plymouth = {
|
||||||
theme = "nixos-bgrt-apple";
|
# theme = "nixos-bgrt-apple";
|
||||||
themePackages = with pkgs.${namespace}; [
|
themePackages = with pkgs.${namespace}; [
|
||||||
|
plymouthTheme
|
||||||
plymouth-bgrt-apple
|
plymouth-bgrt-apple
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user