nix fmt
This commit is contained in:
parent
ae71a8a779
commit
bbcc1433de
4 changed files with 12 additions and 25 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue