dotfiles: Add bookmarks to toolbar

Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
Ivan Bushchik 2024-03-03 13:10:15 +03:00
parent f67a71ad5b
commit b6bb7eaff4
No known key found for this signature in database
GPG key ID: 2F16FBF3262E090C

View file

@ -83,35 +83,53 @@ in {
}; };
userChrome = '' userChrome = ''
.titlebar-buttonbox-container, .titlebar-spacer, #alltabs-button { .titlebar-buttonbox-container, .titlebar-spacer, #alltabs-button {
display:none; display:none;
}''; }
bookmarks = [ #PlacesToolbarItems {justify-content: center;}
{ '';
name = "NixOS Search"; bookmarks = [{
url = "https://search.nixos.org"; name = "Toolbar";
} toolbar = true;
{ bookmarks = [
name = "GitHub"; {
url = "https://github.com"; name = "NixOS Search";
} url = "https://search.nixos.org";
{ }
name = "YouTube"; {
url = "https://youtube.com"; name = "Yandex";
} url = "https://ya.ru";
{ }
name = "VK"; {
url = "https://vk.com"; name = "Google";
} url = "https://google.com";
{ }
name = "Mastodon"; {
url = "https://social.treehouse.systems"; name = "GitHub";
} url = "https://github.com";
# I go to school, you know? }
{ {
name = "ЭД"; name = "YouTube";
url = "https://dnevnik2.petersburgedu.ru"; url = "https://youtube.com";
} }
]; {
name = "Telegram";
url = "https://web.telegram.org";
}
{
name = "VK";
url = "https://vk.com";
}
{
name = "Mastodon";
url = "https://social.treehouse.systems";
}
# I go to school, you know?
{
name = "ЭД";
url = "https://dnevnik2.petersburgedu.ru";
}
];
}];
settings = { settings = {
"intl.accept_languages" = [ "ru-RU" "ru" "en-US" "en" ]; "intl.accept_languages" = [ "ru-RU" "ru" "en-US" "en" ];
"font.language.group" = "x-cyrillic"; "font.language.group" = "x-cyrillic";