summary refs log tree commit diff stats
path: root/modules/nixos/sils/default.nix
blob: bff087ea7acc3b7a824bd262a3239721a5b7e068 (plain) (blame)
1
2
3
4
5
6
{...}: {
  imports = [
    ./meta.nix
    ./plymouth.nix
  ];
}