{tree, ...}: {
  imports = with tree; [
    presets.nixos.desktopBase
    profiles.gui.environments.gnome
  ];
  home-manager.users.chaos = {
    imports = with tree; [
      home.gui.environments.gnome
    ];
  };
}