nixos/espanso: reference the current configuration's package (#467180)

This commit is contained in:
Niklas Korz
2025-12-02 16:56:13 +00:00
committed by GitHub
+1 -3
View File
@@ -29,9 +29,7 @@ in
capabilities = "cap_dac_override+p";
owner = "root";
group = "root";
source = lib.getExe (
pkgs.espanso-wayland.override { securityWrapperPath = config.security.wrapperDir; }
);
source = lib.getExe (cfg.package.override { securityWrapperPath = config.security.wrapperDir; });
};
systemd.user.services.espanso = {
description = "Espanso daemon";