# Emacs profile definitions for Home Manager # Contains the profile-based package selection logic { config, lib, pkgs, ... }: { # Profile-based Emacs package configurations # This will contain the migrated packageSets logic from current emacs.nix # Profiles: essential, minimal, development, workstation # Package selection based on profile type }