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