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