chore(aspen/system): Update for deprecated home-manager option
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>
This commit is contained in:
parent
52a5c06e0c
commit
faec6ad45d
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ in
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAutosuggestions = true;
|
autosuggestion.enable = true;
|
||||||
autocd = true;
|
autocd = true;
|
||||||
|
|
||||||
inherit shellAliases;
|
inherit shellAliases;
|
||||||
|
|
Loading…
Add table
Reference in a new issue