add WeatherService, WeatherApplet with hover panel and lock screen widget

This commit is contained in:
Damocles 2026-04-22 22:06:58 +02:00
parent 6f385130ff
commit 9285365732
8 changed files with 150 additions and 26 deletions

View file

@ -121,6 +121,11 @@ in
default = true;
description = "Show volume slider on the lock screen.";
};
weather = lib.mkOption {
type = lib.types.bool;
default = true;
description = "Show weather summary on the lock screen.";
};
};
notifications = moduleOpt "notifications" {
timeout = lib.mkOption {