hyprlandPlugins.hyprsplit: add nix-update-script

This commit is contained in:
Austin Horstman
2024-12-17 09:45:53 -06:00
parent 0febd82902
commit 821381bc56
@@ -5,6 +5,7 @@
hyprland,
ninja,
mkHyprlandPlugin,
nix-update-script,
}:
mkHyprlandPlugin hyprland rec {
pluginName = "hyprsplit";
@@ -22,6 +23,8 @@ mkHyprlandPlugin hyprland rec {
ninja
];
passthru.updateScript = nix-update-script { };
meta = {
homepage = "https://github.com/shezdy/hyprsplit";
description = "Hyprland plugin for awesome / dwm like workspaces";