catppuccin-sddm-corners: add passthru.updateScript

This commit is contained in:
Austin Horstman 2024-03-26 21:21:40 -05:00
parent a521764513
commit 00c52fb204
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ lib
, stdenvNoCC
, fetchFromGitHub
, unstableGitUpdater
}:
stdenvNoCC.mkDerivation {
@ -26,6 +27,8 @@ stdenvNoCC.mkDerivation {
runHook postInstall
'';
passthru.updateScript = unstableGitUpdater { };
meta = {
description = "Soothing pastel theme for SDDM based on corners theme.";
homepage = "https://github.com/khaneliman/sddm-catppuccin-corners";