Improve homer icons
This commit is contained in:
parent
ed88b93171
commit
949630324f
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 4.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 72 KiB |
|
@ -152,18 +152,18 @@ in
|
||||||
name = "External";
|
name = "External";
|
||||||
icon = fa "arrow-up-right-from-square";
|
icon = fa "arrow-up-right-from-square";
|
||||||
items = [
|
items = [
|
||||||
{
|
|
||||||
name = "Dotfiles";
|
|
||||||
subtitle = "Configuration for all my machines";
|
|
||||||
logo = icon "github.png";
|
|
||||||
url = "https://github.com/mateiadrielrafael/everything-nix";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "Tailscale";
|
name = "Tailscale";
|
||||||
subtitle = "Access this homelab from anywhere";
|
subtitle = "Access this homelab from anywhere";
|
||||||
logo = icon "tailscale.png";
|
logo = icon "tailscale.png";
|
||||||
url = "https://tailscale.com/";
|
url = "https://tailscale.com/";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "Dotfiles";
|
||||||
|
subtitle = "Configuration for all my machines";
|
||||||
|
logo = icon "github.png";
|
||||||
|
url = "https://github.com/mateiadrielrafael/everything-nix";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "Porkbun";
|
name = "Porkbun";
|
||||||
subtitle = "Domain management";
|
subtitle = "Domain management";
|
||||||
|
|
Loading…
Reference in a new issue