Fixed errors with flake. and added kagi search engine

This commit is contained in:
Jurn Wubben 2025-05-06 15:06:41 +02:00
parent 8f6905474b
commit 2ff030ce73
9 changed files with 80 additions and 60 deletions

View file

@ -1,6 +1,6 @@
{osConfig, ...}: {
services.mako = {
enable = osConfig.niksos.desktop;
defaultTimeout = 5000;
settings.defaultTimeout = 5000;
};
}