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