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