refactor: implement component-based architecture for enhanced maintainability
- Reorganize directory structure into core/, features/, and themes/ - Colocate application Nix logic, configs, scripts, and theme overrides - Implement 'Inversion of Control' for theming: apps now pull theme-specific layouts - Update flake.nix and shared library paths to match the new structure - Document the new Feature-Centric architecture in README.md
This commit is contained in:
47
features/desktop/hyprland/config/nomarchy.conf
Normal file
47
features/desktop/hyprland/config/nomarchy.conf
Normal file
@@ -0,0 +1,47 @@
|
||||
# Learn how to configure Hyprland: https://wiki.hyprland.org/Configuring/
|
||||
|
||||
# ============================================================================
|
||||
# BEHAVIOR CONFIGS (keybindings, input, rules - non-visual)
|
||||
# ============================================================================
|
||||
# These are the Nomarchy defaults - don't edit these directly!
|
||||
|
||||
# Environment variables
|
||||
source = ~/.config/nomarchy/default/hypr/envs.conf
|
||||
|
||||
# Keybindings
|
||||
source = ~/.config/nomarchy/default/hypr/bindings/media.conf
|
||||
source = ~/.config/nomarchy/default/hypr/bindings/clipboard.conf
|
||||
source = ~/.config/nomarchy/default/hypr/bindings/tiling-v2.conf
|
||||
source = ~/.config/nomarchy/default/hypr/bindings/utilities.conf
|
||||
|
||||
# Input settings
|
||||
source = ~/.config/nomarchy/default/hypr/input.conf
|
||||
|
||||
# Window rules and layout
|
||||
source = ~/.config/nomarchy/default/hypr/windows.conf
|
||||
|
||||
# Autostart applications
|
||||
source = ~/.config/nomarchy/default/hypr/autostart.conf
|
||||
|
||||
# Look and feel (animations, layout behavior)
|
||||
source = ~/.config/nomarchy/default/hypr/looknfeel.conf
|
||||
|
||||
# ============================================================================
|
||||
# VISUAL CONFIGS (colors, theming)
|
||||
# ============================================================================
|
||||
# Theme colors - loaded from the currently active theme
|
||||
source = ~/.config/nomarchy/current/theme/hyprland.conf
|
||||
|
||||
# ============================================================================
|
||||
# USER OVERRIDES
|
||||
# ============================================================================
|
||||
# Your personal overrides - edit these files to customize Nomarchy!
|
||||
|
||||
source = ~/.config/hypr/monitors.conf
|
||||
source = ~/.config/hypr/input.conf
|
||||
source = ~/.config/hypr/bindings.conf
|
||||
source = ~/.config/hypr/looknfeel.conf
|
||||
source = ~/.config/hypr/autostart.conf
|
||||
|
||||
# Add any other personal Hyprland configuration below
|
||||
# windowrule = workspace 5, match:class qemu
|
||||
Reference in New Issue
Block a user