mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-13 15:51:09 +02:00
fix zsh-vi-mode escape time
This commit is contained in:
parent
c68e70e4b8
commit
8d87ef1e21
2 changed files with 10 additions and 1 deletions
|
@ -12,6 +12,14 @@ in
|
|||
rm $out/share/applications/pcmanfm-desktop-pref.desktop
|
||||
'';
|
||||
});
|
||||
zsh-vi-mode = prev.zsh-vi-mode.overrideAttrs (_: {
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
url = "https://patch-diff.githubusercontent.com/raw/jeffreytse/zsh-vi-mode/pull/308.patch";
|
||||
hash = "sha256-8NUQ9mtf20TSKlfvhTZQSC0xcB27pdSZoGE/seuZOiw=";
|
||||
})
|
||||
];
|
||||
});
|
||||
pww = callPackage ../pkgs/pww { };
|
||||
ianny = callPackage ../pkgs/ianny { };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue