home-lab/home-manager/modules/emacs/default.nix
Geir O. Jerstad ef4b4b7736 feat: add Home Manager refactoring plan and initial structure
- Add comprehensive Home Manager refactoring plan document
- Create initial Home Manager directory structure with user configs
- Add modular Emacs configuration for Home Manager integration
- Update system configurations for Home Manager compatibility
- Preserve existing functionality while preparing for migration

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-07 13:29:04 +02:00

12 lines
No EOL
389 B
Nix

# 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
}