summaryrefslogtreecommitdiff
path: root/home-modules/desktop/default.nix
blob: 4af361e38cc626179e81966995901d28c8ff563b (plain)
1
2
3
4
5
6
7
8
{ ... }:
{
  imports = [
    ./wayland
    ./hyprland.nix
  ];

}