mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 00:21:34 +01:00
Remove . at the end of assertion messages
This commit is contained in:
parent
66d5263aca
commit
313a3d8138
3 changed files with 5 additions and 5 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue