Merge branch 'main' into font-updates
This commit is contained in:
commit
2d9da1afb4
|
@ -52,7 +52,8 @@
|
||||||
nix = {
|
nix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
cores = 1;
|
cores = 2;
|
||||||
|
max-jobs = 1;
|
||||||
trusted-users = ["root" user];
|
trusted-users = ["root" user];
|
||||||
experimental-features = ["nix-command" "flakes"];
|
experimental-features = ["nix-command" "flakes"];
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
|
|
|
@ -183,7 +183,7 @@
|
||||||
"custom/weather" = {
|
"custom/weather" = {
|
||||||
"format" = "{}°";
|
"format" = "{}°";
|
||||||
"tooltip" = true;
|
"tooltip" = true;
|
||||||
"interval" = 3600;
|
"interval" = 900; # Every 15 minutes
|
||||||
"exec" = "${pkgs.wttrbar}/bin/wttrbar --location Didcot --hide-conditions";
|
"exec" = "${pkgs.wttrbar}/bin/wttrbar --location Didcot --hide-conditions";
|
||||||
"return-type" = "json";
|
"return-type" = "json";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue