This commit is contained in:
cy 2025-01-21 04:25:30 -05:00
parent ae71a8a779
commit bbcc1433de
4 changed files with 12 additions and 25 deletions

View file

@ -32,7 +32,14 @@ in
];
}
{ command = [ "${lib.getExe pkgs.xwayland-satellite}" ]; }
{ command = [ "wl-paste" "--watch" "cliphist" "store"]; }
{
command = [
"wl-paste"
"--watch"
"cliphist"
"store"
];
}
];
hotkey-overlay.skip-at-startup = true;