home-lab/home-manager/modules/emacs/profiles.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
360 B
Nix

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