mirror of
https://github.com/kossLAN/zsh-flake.git
synced 2025-11-04 17:59:50 -05:00
overlay: actually works now yay
This commit is contained in:
parent
2a55e474aa
commit
146e6421e8
2 changed files with 4 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue