diff --git a/configs/workhorse/mail-fetcher.nix b/configs/workhorse/mail-fetcher.nix index ef80161..e6096bf 100644 --- a/configs/workhorse/mail-fetcher.nix +++ b/configs/workhorse/mail-fetcher.nix @@ -39,6 +39,10 @@ let query = "from:turners.co.nz"; tags = [ "+junk" "-unread" "-inbox" ]; } + { + query = "from:twitch.tv"; + tags = [ "+junk" "-unread" "-inbox" ]; + } { query = "from:landr.com"; tags = [ "+landr" "+music" ]; diff --git a/system/desktop/wtf.nix b/system/desktop/wtf.nix index 8d0303e..0e94819 100644 --- a/system/desktop/wtf.nix +++ b/system/desktop/wtf.nix @@ -127,6 +127,7 @@ let }; locations = { Berlin = "Europe/Berlin"; + Brazil = "America/Fortaleza"; Wellington = "Pacific/Auckland"; }; sort = "alphabetical"; @@ -152,7 +153,7 @@ let wtfModule ({ type = "prettyweather"; title = ""; - city = "Wellington"; + city = "Essen"; unit = "m"; view = 0; language = "en";