summary refs log tree commit diff stats
path: root/sys/default.nix
blob: 155bf1e71980f331a0c4c9ce933e1815013b5b92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{...}: {
  imports = [
    ./bluetooth
    ./desktop/hyprland
    ./desktop/sway
    ./environment
    ./font
    ./impermanence
    ./keyboard
    ./networking
    ./opengl
    ./packages
    ./services
    ./sound
    ./systemd
    ./users
    ./virtualisation
    ./xdg
  ];
}