trans
This commit is contained in:
parent
b9c89539ca
commit
3d966529dd
|
@ -1,4 +1,4 @@
|
||||||
{...}: {
|
{lib, ...}: {
|
||||||
home-manager.users.joy.programs.alacritty = {
|
home-manager.users.joy.programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
@ -8,6 +8,18 @@
|
||||||
y = 5;
|
y = 5;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
colors = {
|
||||||
|
bright = {
|
||||||
|
black = lib.mkForce "#928374";
|
||||||
|
red = lib.mkForce "#fb4934";
|
||||||
|
green = lib.mkForce "#b8bb26";
|
||||||
|
yellow = lib.mkForce "#fabd2f";
|
||||||
|
blue = lib.mkForce "#83a598";
|
||||||
|
magenta = lib.mkForce "#d3869b";
|
||||||
|
cyan = lib.mkForce "#8ec07c";
|
||||||
|
white = lib.mkForce "#ebdbb2";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
{
|
{
|
||||||
name = "Nix sites";
|
name = "Bookmarks";
|
||||||
toolbar = true;
|
toolbar = true;
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
{
|
{
|
||||||
|
@ -50,6 +50,10 @@
|
||||||
name = "Photos";
|
name = "Photos";
|
||||||
url = "https://immich.joygnu.org/";
|
url = "https://immich.joygnu.org/";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "Translate";
|
||||||
|
url = "https://trans.joygnu.org/";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "Server";
|
name = "Server";
|
||||||
url = "https://avoro.eu/cp/clientarea.php?action=productdetails&id=27920";
|
url = "https://avoro.eu/cp/clientarea.php?action=productdetails&id=27920";
|
||||||
|
@ -59,32 +63,24 @@
|
||||||
url = "https://ap.www.namecheap.com/domains/list/";
|
url = "https://ap.www.namecheap.com/domains/list/";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "Translate";
|
name = "Hyprland";
|
||||||
url = "https://trans.joygnu.org/";
|
url = "https://wiki.hyprland.org/";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "Syncthing";
|
name = "Helix";
|
||||||
url = "http://localhost:8384/";
|
url = "https://helix-editor.com/";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "GitHub";
|
name = "Monkeytype";
|
||||||
url = "https://github.com/";
|
url = "https://monkeytype.com/";
|
||||||
}
|
|
||||||
{
|
|
||||||
name = "Codeberg";
|
|
||||||
url = "https://codeberg.org/";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "Zophar's Domain";
|
name = "Zophar's Domain";
|
||||||
url = "https://www.zophar.net/music";
|
url = "https://www.zophar.net/music";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "Hyprland";
|
name = "Syncthing";
|
||||||
url = "https://wiki.hyprland.org/";
|
url = "http://localhost:8384/";
|
||||||
}
|
|
||||||
{
|
|
||||||
name = "Monkeytype";
|
|
||||||
url = "https://monkeytype.com/";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "invidious";
|
name = "invidious";
|
||||||
|
|
Loading…
Reference in a new issue