diff --git a/nix/package.nix b/nix/package.nix index 74e11ac32..e1ef9d4f8 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -14,6 +14,7 @@ wlsunset, wl-clipboard, imagemagick, + wget, gpu-screen-recorder, # optional }: let src = lib.cleanSourceWith { @@ -45,6 +46,7 @@ wlsunset wl-clipboard imagemagick + wget ] ++ lib.optionals (stdenvNoCC.hostPlatform.system == "x86_64-linux") [ gpu-screen-recorder