This commit is contained in:
Chris Dombroski 2024-05-31 20:50:40 -04:00
parent 96ba2614c4
commit fd8f93221d
3 changed files with 10 additions and 0 deletions

8
modules/plymouth.nix Normal file
View file

@ -0,0 +1,8 @@
{ ... }:
{
boot.plymouth = {
enable = true;
themePackages = with pkgs; [ adi1090x-plymouth-themes ];
theme = "owl";
};
}

View file

@ -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 = {

View file

@ -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 = {