mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
12 lines
550 B
Nix
12 lines
550 B
Nix
{
|
|
zsh-session-variables = ./session-variables.nix;
|
|
zsh-history-path-new-default = ./history-path-new-default.nix;
|
|
zsh-history-path-new-custom = ./history-path-new-custom.nix;
|
|
zsh-history-path-old-default = ./history-path-old-default.nix;
|
|
zsh-history-path-old-custom = ./history-path-old-custom.nix;
|
|
zsh-history-ignore-pattern = ./history-ignore-pattern.nix;
|
|
zsh-history-substring-search = ./history-substring-search.nix;
|
|
zsh-prezto = ./prezto.nix;
|
|
zsh-syntax-highlighting = ./syntax-highlighting.nix;
|
|
zsh-abbr = ./zsh-abbr.nix;
|
|
}
|