feat: add rclip semantic image search to desktop bundle
All checks were successful
ci / treefmt (push) Successful in 2m10s

This commit is contained in:
Ceferino Patino 2026-06-28 17:58:22 -05:00
commit ba84a4650d
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -2,6 +2,7 @@
config,
lib,
namespace,
pkgs,
...
}: let
inherit (lib) mkIf mkEnableOption;
@ -38,5 +39,9 @@ in {
slurp = enabled;
};
};
home.packages = with pkgs; [
rclip
];
};
}