feat(home): add pyclipsync clipboard sync service for niri

xwayland-satellite has no compositor-level clipboard bridging, so X11
clients (WeChat/QQ) and Wayland clients cannot see each other's clipboard.
Add the pyclipsync flake input and enable its home-manager module, which
installs the daemon as a systemd user service bound to the graphical session.
This commit is contained in:
Ryan Yin
2026-08-25 17:31:03 +08:00
parent 166376676b
commit 7364d5aa1b
3 changed files with 40 additions and 0 deletions
+6
View File
@@ -168,5 +168,11 @@
url = "github:ryan4yin/nur-packages";
inputs.nixpkgs.follows = "nixpkgs";
};
# Wayland <-> X11 clipboard sync daemon for xwayland-satellite (niri)
pyclipsync = {
url = "github:ryan4yin/pyclipsync";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}