From 28f712079822bdaa89a60e62dfb94296eeffaf0d Mon Sep 17 00:00:00 2001 From: Vonfry Date: Wed, 6 Jul 2022 20:48:14 +0800 Subject: [PATCH] emacs/dashboard: update repo and urls --- .../modules/interface/dashboard/packages.el | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/etc/nixos/modules/user/files/emacs.d/modules/interface/dashboard/packages.el b/etc/nixos/modules/user/files/emacs.d/modules/interface/dashboard/packages.el index aeea2844..59e339db 100644 --- a/etc/nixos/modules/user/files/emacs.d/modules/interface/dashboard/packages.el +++ b/etc/nixos/modules/user/files/emacs.d/modules/interface/dashboard/packages.el @@ -47,14 +47,14 @@ "Telega" (lambda (&rest _) (call-interactively 'telega))) ) - ((,(all-the-icons-fileicon "gitlab" :height 1.0 :v-adjust 0.0) - "Gitlab" - "Goto Gitlab" - (lambda (&rest _) (browse-url "https://gitlab.com/Vonfry"))) - (,(all-the-icons-octicon "mark-github" :height 1.1 :v-adjust 0.0) - "Github" - "Goto Github" - (lambda (&rest _) (browse-url "https://github.com/Vonfry")))))) + ((,(all-the-icons-octicon "home" :height 1.0 :v-adjust 0.0) + "Website" + "Goto vonfry.name" + (lambda (&rest _) (browse-url "https://vonfry.name"))) + (,(all-the-icons-octicon "repo" :height 1.0 :v-adjust 0.0) + "Repos" + "Goto repos" + (lambda (&rest _) (browse-url "https://sr.ht/~vonfry")))))) (dashboard-projects-backend 'project-el) (dashboard-items '((agenda . 5) (bookmarks . 5) -- 2.45.2