mirror of
https://github.com/celesrenata/end-4-flakes.git
synced 2026-06-07 11:09:26 -05:00
dd19328008
🐛 BUG FIX: Resolve Config.qml conflict in hybrid mode 🎯 ISSUE: - Rich quickshell config was generating Config.qml - Configuration copying was also trying to copy Config.qml - Same conflict pattern as foot.ini 🔧 SOLUTION: - Applied same fix to quickshell-config.nix - Only generate Config.qml when configuration copying is disabled - Prevents file installation conflicts ✅ HYBRID MODE SHOULD NOW WORK: - Hyprland: declarative (overrides.hyprlandConf) - Quickshell: copied files (complex QML structure) - Terminal: copied files (foot.ini from source) - No more configuration conflicts!