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