updated icons

This commit is contained in:
2026-03-31 13:35:22 -05:00
parent e686cb60aa
commit b669e6349d
26 changed files with 35 additions and 1413 deletions

View File

@@ -67,6 +67,7 @@ let
pkgs.libadwaita
pkgs.gobject-introspection
pkgs.gdk-pixbuf
pkgs.librsvg
];
propagatedBuildInputs = [
@@ -85,7 +86,7 @@ let
cp style.css $out/lib/sovran-hub/style.css
# Copy logos from the repo (no fetchurl needed)
cp icons/*.png $out/share/sovran-hub/icons/
cp icons/* $out/share/sovran-hub/icons/ 2>/dev/null || true
# Install the generated config
cp ${generatedConfig} $out/lib/sovran-hub/config.json
@@ -130,4 +131,4 @@ in
config = {
environment.systemPackages = [ sovran-hub ];
};
}
}