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 <