boxy: Replace Kodi with Plasma Bigscreen #45

Closed
ash-bot wants to merge 5 commits from ash/plasma-bigscreen into main
Showing only changes of commit 44786b2a25 - Show all commits
+3 -3
View File
@@ -87,9 +87,9 @@ in
xdg.portal.configPackages = [ plasma-bigscreen ]; xdg.portal.configPackages = [ plasma-bigscreen ];
# Fix homescreen not being focused after quitting app or on boot # Fix homescreen not being focused after quitting app or on boot
environment.plasma6.excludePackages = with pkgs; [ # xwaylandvideobridge can interfere with focus; exclude if present
kdePackages.xwaylandvideobridge environment.plasma6.excludePackages =
]; lib.optional (pkgs.kdePackages ? xwaylandvideobridge) pkgs.kdePackages.xwaylandvideobridge;
# Firewall for remote control # Firewall for remote control
networking.firewall = { networking.firewall = {