Fix vertico-posframe in CLI

This commit is contained in:
Andrea Ciceri 2023-12-12 01:27:27 +01:00
parent f811c9e658
commit 079331dc54
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
3 changed files with 12 additions and 8 deletions

View file

@ -33,6 +33,12 @@
url = "github:firmart/notmuch-notify";
flake = false;
};
# TODO: use from MELPA when v0.7.5 reaches it
# https://github.com/tumashu/vertico-posframe/issues/36
extra-package-vertico-posframe = {
url = "github:tumashu/vertico-posframe";
flake = false;
};
};
outputs = inputs @ {flake-parts, ...}: