mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-10 04:45:04 +02:00
minimal: Add plymouth
This commit is contained in:
parent
ac7a67389d
commit
6ab26ca3ac
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue