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:
parent
f323e3b909
commit
ef4b4b7736
39 changed files with 825 additions and 11 deletions
10
home-manager/modules/development/default.nix
Normal file
10
home-manager/modules/development/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Shared development environment module
|
||||
# Contains common development tools and configurations
|
||||
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Shared development environment configuration
|
||||
# Common development tools, language servers, formatters
|
||||
# Development-specific environment variables
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue