fix(apps): improve Thunar and Mako integration
Some checks failed
Check / eval-and-lint (push) Has been cancelled

This commit is contained in:
Bernardo Magri
2026-05-31 20:58:10 +01:00
parent 878c11bd41
commit ea34a7ac1f
5 changed files with 52 additions and 6 deletions

View File

@@ -19,12 +19,13 @@ Guardrails (apply when adding anything):
### Now (ready to pick up)
_(empty — all entries shipped or moved to Later)_
- **Deep Runtime Polish: App Integration.** Verify deeper NixOS integration for core apps in a live VM. Check **Thunar** (thumbnails, "Open Terminal Here"), **VSCode** (font propagation, extension loading), and **Mako** (clickable notification actions).
- **Deep Runtime Polish: Interactive Script Audit (Round 2).** Run complex `nomarchy-*` commands inside a real Alacritty window in the VM. Identify and fix failures caused by TTY expectations, `$TERM` mismatches, or `gum` layout issues on specific themes.
- **Deep Runtime Polish: State-Sync Stress Test.** Verify the robustness of the hybrid declarative state system (`nomarchy-state.nix`). Run automated "chaos" cycles (rapid theme/font/scaling changes) to catch race conditions or Nix generation errors.
- **Deep Runtime Polish: Keybinding vs. Tooltip Reconciliation.** Ensure that `docs/KEYBINDINGS.md`, Waybar tooltips, and live Hyprland behavior are in perfect sync. Identify and fix stale references or conflicts with app-specific defaults.
### Next (bigger lifts that build on Now)
_(empty — all entries shipped or moved to Later)_
### Later (speculative or research-shaped)
- **Rolling vs pinned channel choice in the installer.**