pyprland: add update script

This commit is contained in:
John Titor 2024-05-11 19:37:47 +05:30
parent 5e8ff032e8
commit 0d2a613af7
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -2,6 +2,7 @@
lib,
fetchFromGitHub,
python3Packages,
nix-update-script,
}:
python3Packages.buildPythonApplication rec {
@ -57,6 +58,8 @@ python3Packages.buildPythonApplication rec {
"pyprland.plugins.workspaces_follow_focus"
];
passthru.updateScript = nix-update-script {};
meta = {
mainProgram = "pypr";
description = "An hyperland plugin system";