forked from Shinonome/alt-illogical-impulse
671df6cc66
🐛 BUG FIX: Resolve foot.ini conflict in hybrid mode 🎯 ISSUE: - Rich terminal config was generating foot/foot.ini - Configuration copying was also trying to copy foot/foot.ini - Result: 'Error installing file outside $HOME' conflict 🔧 SOLUTION: - Updated terminal-config.nix condition - Only generate foot.ini when configuration copying is disabled - Allows hybrid mode to work properly: - Hyprland: declarative (overrides) - Quickshell: copied files (complex QML) - Terminal: copied files (no conflict) ✅ RESULT: - Hybrid mode should now build successfully - No more file installation conflicts - Best of both worlds: customizable + reliable