plymouth apple
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, ... }:
|
||||
{ lib, pkgs, namespace, ... }:
|
||||
{
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot = {
|
||||
@@ -32,5 +32,12 @@
|
||||
supportedFilesystems = {
|
||||
apfs = lib.mkForce true;
|
||||
};
|
||||
|
||||
plymouth = {
|
||||
theme = "nixos-bgrt-apple";
|
||||
themePackages = with pkgs.${namespace}; [
|
||||
plymouth-bgrt-apple
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user