home-profile: update zsh cfg

This commit is contained in:
Mateusz Słodkowicz 2023-05-25 12:06:08 +02:00
parent ca6a4fcdd8
commit 3b23513fce
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,8 @@ in
initExtra = '' initExtra = ''
. ${zshcfg}/zinputrc . ${zshcfg}/zinputrc
source ${zshcfg}/zshcompletion.zsh source ${zshcfg}/zshcompletion.zsh
bindkey -r "^["
bindkey ";5C" forward-word bindkey ";5C" forward-word
bindkey ";5D" backward-word bindkey ";5D" backward-word
'' + '' +

View File

@ -48,7 +48,6 @@
forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f system); forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f system);
in in
rec { rec {
extraFiles = ./extraFiles;
packages = forAllSystems (system: import ./default.nix { packages = forAllSystems (system: import ./default.nix {
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };