mirror of
https://github.com/nix-community/home-manager
synced 2024-11-22 12:43:14 +00:00
zsh-abbr: update source path (#6084)
This commit is contained in:
parent
05d3b6215a
commit
f3a2ff6958
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue