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