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