minimal: Add plymouth

This commit is contained in:
Quentin Boyer 2024-09-15 18:24:28 +02:00
parent ac7a67389d
commit 6ab26ca3ac

View file

@ -9,6 +9,8 @@
imports = [ extraInfo ];
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages;
boot.plymouth.enable = true;
boot.initrd.systemd.enable = true;
programs.nix-ld.enable = true;