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>
This commit is contained in:
Geir Okkenhaug Jerstad 2025-07-07 13:29:04 +02:00
parent f323e3b909
commit ef4b4b7736
39 changed files with 825 additions and 11 deletions

View file

@ -0,0 +1,3 @@
# Placeholder for Emacs init.el
# This will contain the migrated Emacs configuration
# from dotfiles/geir/emacs-config/init-nix.el

View file

@ -0,0 +1,2 @@
;; Placeholder for Emacs claude-code module
;; This will contain the migrated claude-code configuration

View file

@ -0,0 +1,2 @@
;; Placeholder for Emacs completion module
;; This will contain the migrated completion configuration

View file

@ -0,0 +1,2 @@
;; Placeholder for Emacs development module
;; This will contain the migrated development configuration

View file

@ -0,0 +1,2 @@
;; Placeholder for Emacs elisp development module
;; This will contain the migrated elisp development configuration

View file

@ -0,0 +1,2 @@
;; Placeholder for Emacs navigation module
;; This will contain the migrated navigation configuration

View file

@ -0,0 +1,2 @@
;; Placeholder for Emacs UI module
;; This will contain the migrated UI configuration