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