From 3818e5ba5b816c0dd464dd9478f5c7e49f987f19 Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 28 Aug 2025 21:09:50 +0200 Subject: [PATCH] updates bookmarks and adds widgets --- modules/homepage/default.nix | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/modules/homepage/default.nix b/modules/homepage/default.nix index a36c671..6f3dd15 100644 --- a/modules/homepage/default.nix +++ b/modules/homepage/default.nix @@ -13,6 +13,18 @@ brightness = 50; }; }; + widgets = [ + { + resources = { + cpu = true; + cputemp = true; + memory = true; + uptime = true; + units = "imperial"; + network = true; + }; + } + ]; services = [ { "VPS" = [ @@ -63,7 +75,7 @@ { Hosting = [ { - Fastmail = [ + Porkbun = [ { abbr = "PB"; href = "https://porkbun.com/account/domainsSpeedy";