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