This commit is contained in:
joygnu 2024-09-21 19:35:19 +02:00
parent f0cc5d2185
commit 2709465ef7
2 changed files with 26 additions and 18 deletions

View file

@ -1,4 +1,4 @@
{...}: {
{lib, ...}: {
home-manager.users.joy.programs.alacritty = {
enable = true;
settings = {
@ -8,6 +8,18 @@
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";
};
};
};
};
}

View file

@ -27,7 +27,7 @@
bookmarks = [
{
name = "Nix sites";
name = "Bookmarks";
toolbar = true;
bookmarks = [
{
@ -50,6 +50,10 @@
name = "Photos";
url = "https://immich.joygnu.org/";
}
{
name = "Translate";
url = "https://trans.joygnu.org/";
}
{
name = "Server";
url = "https://avoro.eu/cp/clientarea.php?action=productdetails&id=27920";
@ -59,32 +63,24 @@
url = "https://ap.www.namecheap.com/domains/list/";
}
{
name = "Translate";
url = "https://trans.joygnu.org/";
name = "Hyprland";
url = "https://wiki.hyprland.org/";
}
{
name = "Syncthing";
url = "http://localhost:8384/";
name = "Helix";
url = "https://helix-editor.com/";
}
{
name = "GitHub";
url = "https://github.com/";
}
{
name = "Codeberg";
url = "https://codeberg.org/";
name = "Monkeytype";
url = "https://monkeytype.com/";
}
{
name = "Zophar's Domain";
url = "https://www.zophar.net/music";
}
{
name = "Hyprland";
url = "https://wiki.hyprland.org/";
}
{
name = "Monkeytype";
url = "https://monkeytype.com/";
name = "Syncthing";
url = "http://localhost:8384/";
}
{
name = "invidious";