meta: rename 'vendor' to contrib; don't vendor service in Nix derivation

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a696479e976a7f4db18e6501e347a4940ce28
This commit is contained in:
raf 2025-10-15 14:22:56 +03:00
commit b50702480f
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 10 additions and 15 deletions

14
contrib/stash.service Normal file
View file

@ -0,0 +1,14 @@
[Unit]
Description=Wayland clipboard manager with fast persistent history and multi-media support
PartOf=graphical-session.target
After=graphical-session.target
Requisite=graphical-session.target
[Service]
Type=simple
ExecStart=stash watch
Restart=on-failure
LoadCredential=clipboard_filter:/etc/stash/clipboard_filter
[Install]
WantedBy=graphical-session.target