nixos/modules/system/boot/default.nix

7 lines
No EOL
51 B
Nix

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