feat: added regreet

This commit is contained in:
Nick 2025-01-19 02:31:05 -06:00
parent aac47aa93b
commit 3b455e6133
21 changed files with 72 additions and 61 deletions

View file

@ -1,19 +1,16 @@
{flake, ...}: let
inherit
(flake.config.people)
{ flake, ... }:
let
inherit (flake.config.people)
user0
;
inherit
(flake.config.people.users.${user0})
inherit (flake.config.people.users.${user0})
aliases
;
inherit
(flake.config.machines.devices)
inherit (flake.config.machines.devices)
synology
server
;
inherit
(flake.config.services)
inherit (flake.config.services)
instances
;
@ -42,7 +39,8 @@
"thing"
instances.synology.name
];
in {
in
{
name = "Self Hosted";
toolbar = false;
bookmarks = [
@ -58,7 +56,7 @@ in {
}
{
name = instances.forgejo.label;
url = "https://${instances.forgejo.subdomain}.${instances.web.domains.url0}";
url = "https://${instances.forgejo.subdomain}.${instances.web.domains.url3}";
tags = [
instances.forgejo.name
"forge"
@ -166,21 +164,17 @@ in {
{
name = "${instances.syncthing.label} (${instances.synology.label})";
url = "http://${synology.ip.address0}:${toString instances.syncthing.ports.port0}";
tags =
[
"synology"
]
++ syncthingTags;
tags = [
"synology"
] ++ syncthingTags;
keyword = instances.syncthing.label;
}
{
name = "${instances.syncthing.label} (Desktop)";
url = "http://localhost:${toString instances.syncthing.ports.port0}";
tags =
[
"desktop"
]
++ syncthingTags;
tags = [
"desktop"
] ++ syncthingTags;
keyword = instances.syncthing.label;
}
{

View file

@ -12,7 +12,8 @@ let
"tube"
"yt"
];
in {
in
{
name = "Social Media";
toolbar = false;
bookmarks = [
@ -39,6 +40,16 @@ in {
tags = discordTags;
keyword = "Discord";
}
{
name = "Facebook";
url = "https://www.facebook.com/";
tags = [
"facebook"
"face"
"book"
];
keyword = "Face";
}
{
name = "Gmail";
url = "https://mail.google.com/mail/u/0/#inbox";
@ -156,11 +167,9 @@ in {
{
name = "YouTube Studio";
url = "https://studio.youtube.com/channel/UCy9yYcDx2XuVVgcWLJJDoxw";
tags =
[
"studio"
]
++ youtubeTags;
tags = [
"studio"
] ++ youtubeTags;
keyword = "Studio";
}
{