catppuccin-gtk: add update script
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user