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