Remove . at the end of assertion messages

This commit is contained in:
SebastianStork 2025-10-21 22:55:21 +02:00
parent 66d5263aca
commit 313a3d8138
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
3 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@
config = lib.mkIf config.custom.services.cliphist.enable {
assertions = lib.singleton {
assertion = config.custom.programs.rofi.enable;
message = "Cliphist requires Rofi.";
message = "Cliphist requires Rofi";
};
services.cliphist = {