{ pkgs, lib, config, osConfig, ... }: { imports = [ ./xdg.nix ./terminal ./desktop ]; # Let Home Manager install and manage itself programs.home-manager.enable = true; }