mirror of
https://github.com/ivabus/nixos
synced 2024-11-24 01:15:06 +03:00
dotfiles: Add bookmarks to toolbar
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
f67a71ad5b
commit
b6bb7eaff4
1 changed files with 47 additions and 29 deletions
|
@ -84,12 +84,25 @@ in {
|
|||
userChrome = ''
|
||||
.titlebar-buttonbox-container, .titlebar-spacer, #alltabs-button {
|
||||
display:none;
|
||||
}'';
|
||||
}
|
||||
#PlacesToolbarItems {justify-content: center;}
|
||||
'';
|
||||
bookmarks = [{
|
||||
name = "Toolbar";
|
||||
toolbar = true;
|
||||
bookmarks = [
|
||||
{
|
||||
name = "NixOS Search";
|
||||
url = "https://search.nixos.org";
|
||||
}
|
||||
{
|
||||
name = "Yandex";
|
||||
url = "https://ya.ru";
|
||||
}
|
||||
{
|
||||
name = "Google";
|
||||
url = "https://google.com";
|
||||
}
|
||||
{
|
||||
name = "GitHub";
|
||||
url = "https://github.com";
|
||||
|
@ -98,6 +111,10 @@ in {
|
|||
name = "YouTube";
|
||||
url = "https://youtube.com";
|
||||
}
|
||||
{
|
||||
name = "Telegram";
|
||||
url = "https://web.telegram.org";
|
||||
}
|
||||
{
|
||||
name = "VK";
|
||||
url = "https://vk.com";
|
||||
|
@ -112,6 +129,7 @@ in {
|
|||
url = "https://dnevnik2.petersburgedu.ru";
|
||||
}
|
||||
];
|
||||
}];
|
||||
settings = {
|
||||
"intl.accept_languages" = [ "ru-RU" "ru" "en-US" "en" ];
|
||||
"font.language.group" = "x-cyrillic";
|
||||
|
|
Loading…
Reference in a new issue