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