1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: astrological info script

This commit is contained in:
2021-11-19 08:09:08 +01:00
parent e27db27fd8
commit 2aff28c6ed
7 changed files with 142 additions and 0 deletions

View File

@@ -92,6 +92,11 @@ in {
units = "metric";
};
}
{
block = "custom";
interval = 60 * 60;
command = let inherit (import <niveum/configs/spacetime.nix>) location; in "${pkgs.scripts.horoscope}/bin/horoscope --latitude=${toString location.latitude} --longitude=${toString location.longitude}";
}
{
block = "custom";
interval = 60 * 60;