home-profile: update zsh cfg

This commit is contained in:
2023-05-25 12:06:08 +02:00
parent ca6a4fcdd8
commit 3b23513fce
2 changed files with 2 additions and 2 deletions
+2 -1
View File
@@ -73,7 +73,8 @@ in
initExtra = ''
. ${zshcfg}/zinputrc
source ${zshcfg}/zshcompletion.zsh
bindkey -r "^["
bindkey ";5C" forward-word
bindkey ";5D" backward-word
'' +
-1
View File
@@ -48,7 +48,6 @@
forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f system);
in
rec {
extraFiles = ./extraFiles;
packages = forAllSystems (system: import ./default.nix {
pkgs = import nixpkgs { inherit system; };