Plymouth
This commit is contained in:
parent
96ba2614c4
commit
fd8f93221d
3 changed files with 10 additions and 0 deletions
8
modules/plymouth.nix
Normal file
8
modules/plymouth.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
boot.plymouth = {
|
||||||
|
enable = true;
|
||||||
|
themePackages = with pkgs; [ adi1090x-plymouth-themes ];
|
||||||
|
theme = "owl";
|
||||||
|
};
|
||||||
|
}
|
|
@ -6,6 +6,7 @@
|
||||||
../../modules/common.nix
|
../../modules/common.nix
|
||||||
../../modules/aarch64-emu.nix
|
../../modules/aarch64-emu.nix
|
||||||
../../modules/smartd.nix
|
../../modules/smartd.nix
|
||||||
|
../../modules/plymouth.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
../../modules/aarch64-emu.nix
|
../../modules/aarch64-emu.nix
|
||||||
../../modules/networkd-base.nix
|
../../modules/networkd-base.nix
|
||||||
../../modules/smartd.nix
|
../../modules/smartd.nix
|
||||||
|
../../modules/plymouth.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
|
Loading…
Reference in a new issue