- 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>
10 lines
No EOL
283 B
Nix
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
|
|
} |