feat(plymouth): initial plymouth config
This commit is contained in:
parent
5bfb96679b
commit
9ace54121a
3 changed files with 20 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./systemd ];
|
||||
imports = [ ./systemd ./plymouth ];
|
||||
|
||||
options.systemModules = {
|
||||
bootloader = {
|
||||
|
|
@ -9,5 +9,8 @@
|
|||
enable = lib.mkEnableOption "Enable systemd bootloader module";
|
||||
};
|
||||
};
|
||||
plymouth = {
|
||||
enable = lib.mkEnableOption "Enable plymouth bootscreen";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue