Merge branch 'main' into font-updates

This commit is contained in:
Evie Litherland-Smith 2024-03-02 13:17:12 +00:00
commit 2d9da1afb4
2 changed files with 3 additions and 2 deletions

View file

@ -52,7 +52,8 @@
nix = {
enable = true;
settings = {
cores = 1;
cores = 2;
max-jobs = 1;
trusted-users = ["root" user];
experimental-features = ["nix-command" "flakes"];
auto-optimise-store = true;

View file

@ -183,7 +183,7 @@
"custom/weather" = {
"format" = "{}°";
"tooltip" = true;
"interval" = 3600;
"interval" = 900; # Every 15 minutes
"exec" = "${pkgs.wttrbar}/bin/wttrbar --location Didcot --hide-conditions";
"return-type" = "json";
};