diff options
author | Aspen Smith <root@gws.fyi> | 2024-03-31T18·16-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-03-31T18·34+0000 |
commit | faec6ad45d156e33af7241becb1ff579cfb09167 (patch) | |
tree | d8a1eb0e5c51dfe2d864d63660f997028729c5dd /users | |
parent | 52a5c06e0c73ca6e6de6326c4dd94811c692718c (diff) |
chore(aspen/system): Update for deprecated home-manager option r/7817
Change-Id: I9b1a8c0cf10676a260b521dbc6a84179c386d772 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11306 Tested-by: BuildkiteCI Autosubmit: aspen <root@gws.fyi> Reviewed-by: aspen <root@gws.fyi>
Diffstat (limited to 'users')
-rw-r--r-- | users/aspen/system/home/modules/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/aspen/system/home/modules/shell.nix b/users/aspen/system/home/modules/shell.nix index 676617d9375f..844f76c28644 100644 --- a/users/aspen/system/home/modules/shell.nix +++ b/users/aspen/system/home/modules/shell.nix @@ -57,7 +57,7 @@ in programs.zsh = { enable = true; - enableAutosuggestions = true; + autosuggestion.enable = true; autocd = true; inherit shellAliases; |