# Shared Emacs module for Home Manager # Contains common Emacs functionality that can be shared across users { config, lib, pkgs, ... }: { # Shared Emacs configuration that can be imported by users # Contains package sets, profile definitions, and common configurations # This will contain the migrated packageSets from the current emacs.nix # and shared Emacs functionality }