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