Closed rakanalh closed 1 year ago
Tried with:
let doom-emacs = pkgs.callPackage (builtins.fetchTarball {
url = https://github.com/thiagokokada/nix-doom-emacs/archive/bump-doom-emacs.tar.gz;
}) {
doomPrivateDir = ./dotfiles/doom;
};
The PR #316 is pending... but wanted to try it out. Doom reports it loaded 0 packages and doesn't take into consideration my .doom.d at all.
Seems like the issue is fixed in the latest master of this repo.
I am using this package with home-manager and have exactly the configuration as the readme suggests. However, performing
home-manager switch
results in the following:I can see that libvterm has fixed the issue on their repo but the fix is not reflected in this package. https://github.com/akermu/emacs-libvterm/issues/643
Not sure how to get the fix on my machine though... please advise.