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/languages.nix
Normal file
10
home-manager/modules/development/languages.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Language-specific development configurations
|
||||
# Contains language servers, tools, and environment setup
|
||||
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Language-specific development tools
|
||||
# LSP servers, formatters, linters for different languages
|
||||
# Language-specific environment variables and configurations
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue