From fe1d58998c90aea7b0a4231485af775195b8ac71 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 4 May 2025 15:38:42 +0200 Subject: [PATCH] glance config update Former-commit-id: 72690d7d0c367a101e947e88ee9b629b5305c9cf --- server-modules/glance.nix | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/server-modules/glance.nix b/server-modules/glance.nix index 33ce9de..867055e 100644 --- a/server-modules/glance.nix +++ b/server-modules/glance.nix @@ -34,10 +34,10 @@ in { enable = true; settings = { theme = { - background-color = rgb-to-hsl "base00"; - primary-color = rgb-to-hsl "base0D"; - positive-color = rgb-to-hsl "base0C"; - contrast-multiplier = 1.4; + # background-color = rgb-to-hsl "base00"; + # primary-color = rgb-to-hsl "base0D"; + # positive-color = rgb-to-hsl "base0C"; + # contrast-multiplier = 1.4; }; pages = [{ hide-desktop-navigation = true; @@ -99,10 +99,6 @@ in { title = ""; color = "200 50 50"; links = [ - { - title = "Search NixOS"; - url = "https://search-nixos.hadi.diy"; - } { title = "ProtonMail"; url = "https://proton.me/mail"; @@ -121,6 +117,28 @@ in { } ]; } + { + title = "Docs"; + color = "200 50 50"; + links = [ + { + title = "Nixpkgs repo"; + url = "https://github.com/NixOS/nixpkgs"; + } + { + title = "Nixvim"; + url = "https://nix-community.github.io/nixvim/"; + } + { + title = "Hyprland wiki"; + url = "https://wiki.hyprland.org/"; + } + { + title = "Search NixOS"; + url = "https://search-nixos.hadi.diy"; + } + ]; + } { title = "Misc"; color = "200 50 50";