mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-01 04:57:55 +00:00
92 lines
3.3 KiB
TOML
92 lines
3.3 KiB
TOML
[quicklinks]
|
|
name = "Quicklinks"
|
|
flavorText = "For the quick-wilting brain"
|
|
textOnly = true
|
|
weight = -100
|
|
links = [
|
|
{ url = "org-protocol://wiki-open-up-b4-u-todo-anything?where=latest", text = "YOUR GODFORSAKEN TODO LIST" },
|
|
{ url = "org-protocol://wiki-open-journal?when=today", text = "Open journal for today" },
|
|
{ url = "org-protocol://roam-node?node=41da43fe-a8a9-4a2e-a361-05a11ce8b318", text = "Open todo for today" },
|
|
{ url = "https://search.brave.com", text = "Brave Search" },
|
|
{ url = "https://login.tailscale.com", text = "Tailscale" },
|
|
{ url = "https://devdocs.io", text = "Devdocs" },
|
|
]
|
|
icon.iconset = "material-design-icons"
|
|
icon.name = "fast-forward"
|
|
|
|
[applications]
|
|
name = "Applications"
|
|
flavorText = "Self-hosting is not the answer to everything, btw"
|
|
weight = -1
|
|
textOnly = false
|
|
links = [
|
|
{ url = "https://start.foodogsquared.one", text = "The other homepage" },
|
|
{ url = "https://code.foodogsquared.one", icon = "gitea", text = "Personal forge" },
|
|
{ url = "https://pass.foodogsquared.one", icon = "bitwarden", text = "Password manager" },
|
|
{ url = "https://monitoring.foodogsquared.one", icon = "grafana", text = "Monitoring application" },
|
|
]
|
|
icon.iconset = "material-design-icons"
|
|
icon.name = "developer-board"
|
|
|
|
[dev]
|
|
name = "Software dev"
|
|
flavorText = "...is just standing on a house of cards"
|
|
textOnly = true
|
|
weight = -25
|
|
links = [
|
|
{ url = "https://github.com", text = "GitHub" },
|
|
{ url = "https://sourcegraph.com", text = "SourceGraph" },
|
|
{ url = "https://devdocs.io", text = "Devdocs" },
|
|
{ url = "https://vscode.dev", text = "Online Visual Studio Code" },
|
|
{ url = "https://cloud.oracle.com", text = "Oracle Cloud" },
|
|
{ url = "https://cloud.hetzner.com", text = "Hetzner Cloud" },
|
|
{ url = "https://portal.azure.com", text = "Azure Cloud" },
|
|
{ url = "https://manpages.debian.org", text = "Debian Manpages" },
|
|
]
|
|
grid.row = 2
|
|
icon.iconset = "simple-icons"
|
|
icon.name = "github"
|
|
|
|
[design]
|
|
name = "Design"
|
|
flavorText = "No matter how hard I try, it's pretty crap"
|
|
textOnly = true
|
|
links = [
|
|
{ url = "https://app.diagrams.net/", text = "lazy way of drawing things" },
|
|
{ url = "https://figma.com", text = "Figma..." },
|
|
{ url = "https://www.awwwards.com/", text = "Awwwards" },
|
|
{ url = "https://dribbble.com", text = "Dribbble" },
|
|
{ url = "https://simpleicons.org/", text = "Simple Icons" },
|
|
{ url = "https://pictogrammers.com/library/mdi/", text = "Material Design Icons" },
|
|
]
|
|
icon.iconset = "material-design-icons"
|
|
icon.name = "pencil-ruler"
|
|
|
|
[music]
|
|
name = "Music"
|
|
flavorText = "Jammin' and groovin'"
|
|
textOnly = true
|
|
links = [
|
|
{ url = "https://music.youtube.com", text = "YouTube Music" },
|
|
{ url = "https://open.spotify.com", text = "Spotify" },
|
|
{ url = "https://www.last.fm", text = "last.fm" },
|
|
{ url = "https://modarchive.org/", text = "The Mod Archive" },
|
|
]
|
|
icon.iconset = "material-design-icons"
|
|
icon.name = "music"
|
|
|
|
[YOHOOHOOHOOHOO]
|
|
name = "YOHOOHOOHOOHOO"
|
|
flavorText = "Fly away, glum blue sea"
|
|
textOnly = true
|
|
weight = 100
|
|
links = [
|
|
{ url = "https://libgen.is/", text = "Library Genesis" },
|
|
{ url = "https://sci-hub.se/", text = "sci-hub" },
|
|
{ url = "https://archive.org", text = "Internet Archive" },
|
|
{ url = "https://annas-archive.se/", text = "Anna's Archive" },
|
|
{ url = "https://archive.softwareheritage.org", text = "Software Heritage" },
|
|
]
|
|
icon.iconset = "material-design-icons"
|
|
icon.name = "skull-crossbones"
|