1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

fix: use correct zsh-autosuggestions file path

This commit is contained in:
oddlama 2023-09-18 01:21:51 +02:00
parent 1cfd65cde6
commit 20758ffa04
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -33,6 +33,7 @@
}
{
name = "zsh-autosuggestions";
file = "zsh-autosuggestions.zsh";
src = "${pkgs.zsh-autosuggestions}/share/zsh-autosuggestions";
}
{