From 1c71f70da7d838750911313a967f3b823791a6bc Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 15 May 2025 17:38:03 +0200 Subject: [PATCH] feat: enable saving selection to clipboard in terminal Add `selection.save_to_clipboard` option to improve user experience by allowing text selections to be copied automatically. Enhances workflow efficiency for terminal users. --- homes/aarch64-darwin/harald@m4/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homes/aarch64-darwin/harald@m4/default.nix b/homes/aarch64-darwin/harald@m4/default.nix index 32cb170..b597816 100644 --- a/homes/aarch64-darwin/harald@m4/default.nix +++ b/homes/aarch64-darwin/harald@m4/default.nix @@ -46,6 +46,8 @@ size = 17; }; + selection.save_to_clipboard = true; + # Color theme ported from iTerm 2 Smoooooth colors.primary = { foreground = "#dbdbdb";