fix: it's hard without passing the settings

This commit is contained in:
= 2025-02-09 00:40:17 +01:00
parent 021b17ca5e
commit 38c168eaef

View file

@ -45,7 +45,10 @@ in
config = lib.mkMerge [
(lib.mkIf cfg.enable {
services.dashy.enable = true;
services.dashy = {
enable = true;
settings = cfg.settings;
};
})