catppuccin-gtk: add update script

This commit is contained in:
Dixon Sean Low Yan Feng
2023-11-22 11:32:02 +08:00
parent 74a170bf26
commit 7d3637caed
@@ -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";