Fix vertico-posframe
in CLI
This commit is contained in:
parent
f811c9e658
commit
079331dc54
3 changed files with 12 additions and 8 deletions
|
@ -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, ...}:
|
||||
|
|
Reference in a new issue