hyprpm: use provided pkgconf env if available

this is required for hyprpm to work under nix develop
This commit is contained in:
Vaxry 2026-01-22 20:33:28 +00:00
parent 82de66a030
commit 64db62d7e2
No known key found for this signature in database
GPG key ID: 665806380871D640
2 changed files with 20 additions and 3 deletions

View file

@ -65,6 +65,8 @@ class CPluginManager {
void notify(const eNotifyIcons icon, uint32_t color, int durationMs, const std::string& message);
const std::string& getPkgConfigPath();
bool hasDeps();
bool m_bVerbose = false;