summaryrefslogtreecommitdiff
path: root/system/desktops/default.nix
blob: 43f2ab3600538f124cd2f3086c576b12e80fee3d (plain)
1
2
3
4
5
6
7
_: {
  imports = [
    ./hyprland.nix
    ./sway.nix
    ./wayland.nix
  ];
}