Add plymouth

This commit is contained in:
Florian RICHER 2024-05-07 23:10:50 +02:00
parent 22dd0644fc
commit 99f35649f2
4 changed files with 7 additions and 0 deletions

4
modules/plymouth.nix Normal file
View file

@ -0,0 +1,4 @@
{ config, pkgs, ... }:
{
boot.plymouth.enable = true;
}