Unverified Commit 7d3637ca authored by Dixon Sean Low Yan Feng's avatar Dixon Sean Low Yan Feng
Browse files

catppuccin-gtk: add update script

parent 74a170bf
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
, gtk-engine-murrine
, python3
, sassc
, nix-update-script
, accents ? [ "blue" ]
, size ? "standard"
, tweaks ? [ ]
@@ -74,6 +75,8 @@ stdenvNoCC.mkDerivation rec {
    runHook postInstall
  '';

  passthru.updateScript = nix-update-script { };

  meta = with lib; {
    description = "Soothing pastel theme for GTK";
    homepage = "https://github.com/catppuccin/gtk";