dotfiles/nixcfgs/modules/nixos/desktop/wayvnc.nix

3 lines
44 B
Nix

{...}: {
programs.wayvnc.enable = true;
}