fix wrong mako config

This commit is contained in:
Sanjay Chacku Purakal 2024-05-25 02:39:54 +02:00 committed by GitHub
parent 7076ac894e
commit 294269f1ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,7 +80,6 @@ in lib.mkIf (osConfig.withNiri) {
services.mako = { services.mako = {
enable = true; enable = true;
defaultTimeout = 5000; defaultTimeout = 5000;
maxHistory = 20;
maxVisible = 3; maxVisible = 3;
font = "AlegreyaSans"; font = "AlegreyaSans";
backgroundColor = theme.base.hex; backgroundColor = theme.base.hex;