- 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
389 B
Nix
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
|
|
} |