1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-23 11:39:46 +01:00

zsh-abbr: backport updated source path (#6109)

This commit is contained in:
Stel Clementine 2024-11-20 13:04:37 -08:00
parent aecd341dfe
commit b49a073f13

View file

@ -28,7 +28,7 @@ in {
programs.zsh.plugins = [{ programs.zsh.plugins = [{
name = "zsh-abbr"; name = "zsh-abbr";
src = pkgs.zsh-abbr; src = pkgs.zsh-abbr;
file = "/share/zsh/zsh-abbr/abbr.plugin.zsh"; file = "share/zsh/zsh-abbr/zsh-abbr.plugin.zsh";
}]; }];
xdg.configFile = { xdg.configFile = {