wayvnc: init (#7123)

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2025-05-25 01:38:54 +02:00 committed by GitHub
parent 8fc1e46ab6
commit cf9ff6d993
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 150 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{ pkgs, ... }:
{
time = "2025-05-24T18:18:40+00:00";
condition = pkgs.stdenv.hostPlatform.isLinux;
message = ''
A new module is available: `services.wayvnc`
wayvnc is a VNC server for wlroots based Wayland compositors.
'';
}