diff --git a/flake.nix b/flake.nix index 3961e69..bdb16f0 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "My zsh dot files in flake format"; + description = "My ZSH dot files in flake format"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs"; diff --git a/nix/config.nix b/nix/config.nix index 2c84eb3..726a7d5 100644 --- a/nix/config.nix +++ b/nix/config.nix @@ -17,6 +17,9 @@ in { # Additional .zshrc configuration that you can add that will be appended to the .zshrc extraZshrc = '' + # Stupid thing broken in NixOS module I think + autoload -Uz add-zsh-hook + # Movement bindings bindkey -v bindkey "^[[1;5C" forward-word