From 42164424ec621afe5e46e133e4654d147ed51ff6 Mon Sep 17 00:00:00 2001 From: philip-peterson <1326208+philip-peterson@users.noreply.github.com> Date: Mon, 4 May 2026 06:18:40 -0800 Subject: [PATCH] Try to fix pullomatic --- nixos/system/home/shared.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/system/home/shared.nix b/nixos/system/home/shared.nix index 0645f99..83db851 100644 --- a/nixos/system/home/shared.nix +++ b/nixos/system/home/shared.nix @@ -122,7 +122,6 @@ in { zsh = { enable = true; autocd = true; - enableAutosuggestions = true; autosuggestion.enable = true; enableCompletion = true; defaultKeymap = "emacs";