From 146e6421e8b31b6938282d933efeaf418398a78d Mon Sep 17 00:00:00 2001 From: kossLAN Date: Thu, 14 Nov 2024 23:53:47 -0500 Subject: [PATCH] overlay: actually works now yay --- flake.nix | 2 +- nix/config.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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