Merge branch 'main' into font-updates
This commit is contained in:
commit
2d9da1afb4
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue