summaryrefslogtreecommitdiff
path: root/home/environ.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-06-06 18:19:41 -0600
committerAlejandro Soto <alejandro@34project.org>2024-06-06 19:16:07 -0600
commit2563e3b8d9475e819dee0ddc0e48847b897a8e78 (patch)
tree4c24f4db327130553f8e4a3451bc4993a947e10e /home/environ.nix
parentfd3fe55810ba39afd789c974d5b891b171f8da58 (diff)
flake: update to 24.05
Diffstat (limited to 'home/environ.nix')
-rw-r--r--home/environ.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/environ.nix b/home/environ.nix
index f03c841..60d618a 100644
--- a/home/environ.nix
+++ b/home/environ.nix
@@ -43,7 +43,7 @@ in
programs = {
zsh = {
enable = true;
- enableAutosuggestions = true;
+ autosuggestion.enable = true;
syntaxHighlighting.enable = true;
initExtra = import ./zshrc.nix pkgs;
};