diff --git a/modules/apps/gui/alacritty/default.nix b/modules/apps/gui/alacritty/default.nix index e457613..5623a4a 100644 --- a/modules/apps/gui/alacritty/default.nix +++ b/modules/apps/gui/alacritty/default.nix @@ -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"; + }; + }; }; }; } diff --git a/modules/apps/gui/firefox/default.nix b/modules/apps/gui/firefox/default.nix index d0e1c74..8e2d1fb 100644 --- a/modules/apps/gui/firefox/default.nix +++ b/modules/apps/gui/firefox/default.nix @@ -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";