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