Add Jules' RockPro64
This commit is contained in:
parent
46ba563e2f
commit
e11627bd8f
18 changed files with 155 additions and 5 deletions
|
@ -1,6 +1,8 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
boot = lib.mkIf config.system.desktop.enable {
|
||||
options.system.fancyboot.enable = lib.mkEnableOption "Enable Plymouth";
|
||||
|
||||
config.boot = lib.mkIf config.system.desktop.enable {
|
||||
plymouth.enable = true;
|
||||
loader.timeout = lib.mkForce 0;
|
||||
consoleLogLevel = lib.mkForce 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue