- 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
271 B
Nix
10 lines
No EOL
271 B
Nix
# Shared desktop environment module
|
|
# Contains common desktop configurations and services
|
|
|
|
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
# Shared desktop environment configuration
|
|
# Common desktop applications, services, and integrations
|
|
# Desktop-specific environment variables
|
|
} |