summaryrefslogtreecommitdiff
path: root/home-modules/desktop/default.nix
blob: d02f21741aa093e594f21446f806c06ac5b6ba9a (plain)
1
2
3
4
{pkgs, hostconfig, ...}: {
  imports = [./wayland ./hyprland.nix];

}