mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Improve assertion messages
This commit is contained in:
parent
5492e51dd3
commit
86d0cb60d5
3 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@
|
|||
assertions = [
|
||||
{
|
||||
assertion = config.custom.programs.rofi.enable;
|
||||
message = "cliphist requires rofi";
|
||||
message = "Cliphist requires Rofi.";
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue