- 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>
12 lines
No EOL
360 B
Nix
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
|
|
} |