From e0222323bd60944935571b011e508d12c5c65cdc Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 20 Sep 2023 07:38:46 +0400 Subject: [PATCH] didnt do this yesterday --- hosts/sakopc/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sakopc/configuration.nix b/hosts/sakopc/configuration.nix index 0bc44844..099cd818 100644 --- a/hosts/sakopc/configuration.nix +++ b/hosts/sakopc/configuration.nix @@ -67,7 +67,7 @@ }; shell = { nix = { - optimization.enable = true; + optimize.enable = true; search.enable = true; }; zsh.enable = true;