From 536eb0deb112eaac261a4e01198ef3ddc9298e77 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 5 Apr 2026 16:52:40 +0000 Subject: [PATCH] Add sovran-hub.desktop entry and icon to GNOME dock Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/42720669-f980-4f13-989e-0728ea9307de Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com> --- modules/core/sovran-hub.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/modules/core/sovran-hub.nix b/modules/core/sovran-hub.nix index 7635d0f..c161b50 100644 --- a/modules/core/sovran-hub.nix +++ b/modules/core/sovran-hub.nix @@ -230,6 +230,22 @@ let install -d $out/share/sovran-hub/icons cp icons/* $out/share/sovran-hub/icons/ 2>/dev/null || true + install -d $out/share/icons/hicolor/scalable/apps + cp sovran_systemsos_web/static/logo-light.svg $out/share/icons/hicolor/scalable/apps/sovran-hub.svg + + install -d $out/share/applications + cat > $out/share/applications/sovran-hub.desktop < $out/bin/sovran-hub-web <