dotfiles/etc/opt/firefox/bookmarks.nix

30 lines
504 B
Nix
Raw Normal View History

2024-05-18 01:10:04 +02:00
[
{
name = "Stats";
tags = [ "metrics" ];
keyword = "grafana";
url = "http://stats.barna.local";
}
{
name = "Slskd - Soulseek server";
tags = [ "music" "piracy" ];
keyword = "slskd";
url = "http://32.54.31.5:5030";
}
{
name = "Gitea - berryez";
tags = [ "git" "code" ];
keyword = "gitea";
url = "https://git.berryez.xyz";
}
{
name = "NUR";
tags = [ "nixos" ];
keyword = "nur";
url = "https://nur.nix-community.org/";
}
]