Unverified Commit 0d2a613a authored by John Titor's avatar John Titor
Browse files

pyprland: add update script

parent 5e8ff032
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";