diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8a4bdc4..2c6b9b4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -52,6 +52,7 @@ jobs: qt-pinned-jellyfin-media-player qt-pinned-stremio nix-deck-kernel + plasma-bigscreen ) FAILED=() diff --git a/flake.nix b/flake.nix index c424c9f..90cf527 100644 --- a/flake.nix +++ b/flake.nix @@ -285,6 +285,8 @@ "custom-opencode" = pkgs.custom.opencode; "qt-pinned-jellyfin-media-player" = pkgsQt.jellyfin-media-player; "qt-pinned-stremio" = pkgsQt.stremio; + # Plasma Bigscreen — not yet in nixpkgs, built from upstream + "plasma-bigscreen" = pkgs.kdePackages.callPackage ./roles/plasma-bigscreen/package.nix { }; } // ( if system == "x86_64-linux" then