feat: disable useSystemClipboard by default

This commit is contained in:
jacekpoz 2023-09-21 12:14:35 +02:00
parent 42b952dc1b
commit 391f18ce29
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -90,7 +90,7 @@ with builtins; {
useSystemClipboard = mkOption {
type = types.bool;
default = true;
default = false;
description = "Make use of the clipboard for default yank and paste operations. Don't use * and +";
};