- 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>
11 lines
No EOL
276 B
Nix
11 lines
No EOL
276 B
Nix
# Emacs Nix integration module
|
|
# Contains Nix tool integration and environment variable configuration
|
|
|
|
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
# Nix tool integration for Emacs
|
|
# Environment variables for Nix-provided tools
|
|
# LSP server configurations
|
|
# Formatter integrations
|
|
} |