mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-23 04:43:00 +09:00
8 lines
112 B
Nix
Executable file
8 lines
112 B
Nix
Executable file
{
|
|
# clipboard
|
|
enable = true;
|
|
registers = "unnamedplus";
|
|
providers = {
|
|
wl-copy.enable = true;
|
|
};
|
|
}
|