about summary refs log tree commit diff
path: root/pkgs/data/themes
diff options
context:
space:
mode:
authora-n-n-a-l-e-e <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2024-04-05 17:35:57 -0700
committerGitHub <noreply@github.com>2024-04-05 17:35:57 -0700
commita046804e8d02d799e5a4a89c625ab5148733b780 (patch)
tree6a7d0276375bd1aecdd4e45d012a2dbd93566d60 /pkgs/data/themes
parentee3f61aa7153610bb849dccdf2d48082b258f91b (diff)
parent8c77632c331f102179a3d6434cbcc4ab4e5204e4 (diff)
Merge pull request #299377 from khaneliman/updateScripts
treewide: add passthru.updatescript
Diffstat (limited to 'pkgs/data/themes')
-rw-r--r--pkgs/data/themes/catppuccin-sddm-corners/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/data/themes/catppuccin-sddm-corners/default.nix b/pkgs/data/themes/catppuccin-sddm-corners/default.nix
index eca8bac5e4980..fe2fa9b9fb774 100644
--- a/pkgs/data/themes/catppuccin-sddm-corners/default.nix
+++ b/pkgs/data/themes/catppuccin-sddm-corners/default.nix
@@ -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";