Move zsh.nix

This commit is contained in:
Oliver Davies 2025-03-31 09:20:22 +01:00
parent eb449b2b55
commit c55dcbc07a
2 changed files with 3 additions and 3 deletions

View file

@ -14,6 +14,6 @@
./starship.nix ./starship.nix
./tmux.nix ./tmux.nix
./tmux-sessionizer.nix ./tmux-sessionizer.nix
./zsh.nix ./zsh
]; ];
} }

View file

@ -9,12 +9,12 @@
zsh-abbr = { zsh-abbr = {
enable = true; enable = true;
abbreviations = import ./zsh/abbreviations.nix; abbreviations = import ./abbreviations.nix;
}; };
dotDir = ".config/zsh"; dotDir = ".config/zsh";
shellAliases = (import ./zsh/aliases.nix { inherit config; }); shellAliases = (import ./aliases.nix { inherit config; });
localVariables = { localVariables = {
ABBR_SET_EXPANSION_CURSOR = 1; ABBR_SET_EXPANSION_CURSOR = 1;