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