From b8283ec9cb95575ac5ef7553d2e1bcbfc9cfb89d Mon Sep 17 00:00:00 2001 From: osbm Date: Sat, 8 Mar 2025 03:30:21 +0300 Subject: [PATCH] add performance section --- default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/default.nix b/default.nix index 55bb05e..7e35e9a 100644 --- a/default.nix +++ b/default.nix @@ -29,5 +29,14 @@ lazygit black ]; + + performance = { + byteCompileLua = { + enable = true; + nvimRuntime = true; + configs = true; + plugins = true; + }; + }; }; }