nixos/modules/system/boot/default.nix

7 lines
51 B
Nix
Raw Normal View History

{ ... }:
{
imports = [
./plymouth.nix
];
}