nixos/modules/plymouth.nix
2024-05-07 23:10:50 +02:00

4 lines
58 B
Nix

{ config, pkgs, ... }:
{
boot.plymouth.enable = true;
}