- 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
275 B
Nix
10 lines
No EOL
275 B
Nix
# Wayland-specific desktop configurations
|
|
# Contains Wayland window manager and compositor configurations
|
|
|
|
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
# Wayland-specific desktop configuration
|
|
# Window manager configurations (Niri, Sway, etc.)
|
|
# Wayland-specific tools and services
|
|
} |