home-lab/home-manager/modules/development/default.nix
Geir O. Jerstad ef4b4b7736 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>
2025-07-07 13:29:04 +02:00

10 lines
No EOL
283 B
Nix

# 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
}