Some checks failed
Check / eval-and-lint (push) Has been cancelled
Pillar 9 VM test: after the menu-registration fix, the walker background selector menu opened but still showed "No Results". Its GetEntries ran `find <dir> -type f`, but home-manager deploys the per-theme background images as symlinks into the nix store, and `-type f` doesn't follow symlinks. Add -L (the sibling nomarchy_themes.lua already uses `find -L`). Verified in the VM: `find -type f` -> 0, `find -L` -> the backgrounds. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>