From 2c3b6922c20f33e6124b8c383a0f1fa12ca78e7a Mon Sep 17 00:00:00 2001 From: Lena Fuhrimann <6780471+cloudlena@users.noreply.github.com> Date: Thu, 10 Aug 2023 08:04:27 +0200 Subject: [PATCH] Use correct Nix Home Manager syntaxt in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f792af..068df45 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ antidote may also be available in your system's package manager: - [macOS homebrew](https://formulae.brew.sh/formula/antidote): `brew install antidote` - [Arch AUR](https://aur.archlinux.org/packages/zsh-antidote): `yay -S zsh-antidote` -- [Nix Home-Manager](https://mipmip.github.io/home-manager-option-search/?query=antidote) : `programs.antidote = { enable = true; };` +- [Nix Home-Manager](https://mipmip.github.io/home-manager-option-search/?query=antidote) : `programs.zsh.antidote.enable = true;` ## Performance