- Fix QEMU syntax and root filesystem conflicts in vm-guest.nix. - Repair numerous broken relative paths and imports across the codebase. - Set 'summer-night' as the default distro theme with full branding integration. - Implement declarative system-wide font installation including the 'nomarchy' font. - Fix Waybar startup by dynamically generating theme-aware CSS. - Restore Hyprland keybindings (Super+Return, Super+Space) and wallpaper loading. - Add missing scripts: nomarchy-launch-walker, nomarchy-toggle-waybar, nomarchy-refresh-config. - Enable UWSM and correctly disable conflicting Hyprland systemd services.
46 lines
1.8 KiB
Plaintext
46 lines
1.8 KiB
Plaintext
# 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/hypr/bindings.conf
|
|
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
|
|
|
|
# Add any other personal Hyprland configuration below
|
|
|
|
# windowrule = workspace 5, match:class qemu
|