{ pkgs, lib, ... }: let profile = import ../profile.nix; in { imports = [ ./window-manager/${profile.interface}.nix ]; }