{ config, lib, pkgs, ... }:
{
imports = [
./common-ui.nix
./desktop.nix
./laptop.nix
./server.nix
];
}