Skip to content

Commit

Permalink
minimal: Add plymouth
Browse files Browse the repository at this point in the history
  • Loading branch information
traxys committed Sep 15, 2024
1 parent 89501ba commit b63bfd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions minimal/nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b63bfd9

Please sign in to comment.