rofi-emoji: add update script

This commit is contained in:
Acid Bong
2025-10-22 14:30:07 +03:00
parent e8b41122d1
commit 559b28ce6e
+4
View File
@@ -19,6 +19,8 @@
waylandSupport ? true,
wl-clipboard,
wtype,
nix-update-script,
}:
stdenv.mkDerivation (final: {
@@ -68,6 +70,8 @@ stdenv.mkDerivation (final: {
rofi-unwrapped
];
passthru.updateScript = nix-update-script { };
meta = {
description = "Emoji selector plugin for Rofi";
homepage = "https://github.com/Mange/rofi-emoji";