chore: comply with new naming for zsh config

This commit is contained in:
Ahwx 2025-04-28 10:18:41 +02:00
parent 2869069ca9
commit 1e18621bac

View file

@ -1,4 +1,10 @@
{ hostname, config, pkgs, host, ...}:
{
hostname,
config,
pkgs,
host,
...
}:
{
programs = {
zsh = {
@ -27,7 +33,7 @@
HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE = 1;
};
initExtra = ''
initContent = ''
autoload -U add-zsh-hook
autoload -U compinit
zmodload zsh/complist