chore(packages): Remove unused vulkan-hdr-layer package

The vulkan-hdr-layer package was not used anywhere in the configuration.
Removing it to reduce maintenance burden.
This commit was merged in pull request #22.
This commit is contained in:
2026-01-10 13:07:44 -08:00
committed by johno
parent 79ff0b8aa4
commit c28d6a7896
2 changed files with 0 additions and 35 deletions

View File

@@ -1,6 +1,5 @@
{ pkgs, ... }:
{
vulkanHDRLayer = pkgs.callPackage ./vulkan-hdr-layer {};
tea-rbw = pkgs.callPackage ./tea-rbw {};
app-launcher-server = pkgs.callPackage ./app-launcher-server {};
claude-code = pkgs.callPackage ./claude-code {};