This commit is contained in:
Hadi 2024-06-20 00:25:10 +02:00
parent de9b1de37c
commit b44a2e17f9

View File

@ -1,12 +1,15 @@
{ config, ... }: { config, ... }:
let let
bookmarks = '' bookmarks = ''
Bookmarks: [
{text: "Outlook", url: "https://outlook.office.com/mail/", icon: "󰴢"},
],
Home: [ Home: [
{text: "Nextcloud", url: "https://cloud.anotherhadi.com", icon: ""},
{text: "Vaultwarden", url: "https://vault.anotherhadi.com", icon: ""},
], ],
Work: [ Admin: [
{text: "Adguard Home", url: "http://192.168.2.24:3001", icon: ""},
{text: "Proxmox", url: "https://192.168.2.17:8006", icon: ""},
{text: "Cloudflare", url: "https://dash.cloudflare.com/", icon: ""},
{text: "Tailscale", url: "https://login.tailscale.com/admin/machines", icon: ""},
], ],
''; '';
in { in {