fix: handle missing xwaylandvideobridge attr conditionally
All checks were successful
CI / check (pull_request) Successful in 2m27s
CI / build-and-cache (pull_request) Has been skipped

This commit is contained in:
Ash
2026-03-07 10:16:02 -08:00
parent 77f792b9bf
commit 44786b2a25

View File

@@ -87,9 +87,9 @@ in
xdg.portal.configPackages = [ plasma-bigscreen ];
# Fix homescreen not being focused after quitting app or on boot
environment.plasma6.excludePackages = with pkgs; [
kdePackages.xwaylandvideobridge
];
# xwaylandvideobridge can interfere with focus; exclude if present
environment.plasma6.excludePackages =
lib.optional (pkgs.kdePackages ? xwaylandvideobridge) pkgs.kdePackages.xwaylandvideobridge;
# Firewall for remote control
networking.firewall = {