From b65164cbbf3e100606c898d52bb292d5545acd83 Mon Sep 17 00:00:00 2001 From: Patrick Michl Date: Thu, 7 Nov 2024 10:18:02 +0100 Subject: [PATCH] byte compile config and plugins --- config/settings.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/settings.nix b/config/settings.nix index d1bdece..b00ed93 100644 --- a/config/settings.nix +++ b/config/settings.nix @@ -1,5 +1,12 @@ { config = { + performance = { + byteCompileLua = { + enable = true; + plugins = true; + }; + }; + clipboard.providers.wl-copy.enable = true; opts = {