Update all references from gpu-screen-recorder to wf-recorder (#806)

This commit is contained in:
Jas Singh
2025-02-27 23:46:33 -08:00
committed by GitHub
parent 5075c94af2
commit 429b56484d
2 changed files with 3 additions and 3 deletions

View File

@@ -66,12 +66,12 @@
hypridle hypridle
wireplumber wireplumber
networkmanager networkmanager
wf-recorder
upower upower
gvfs gvfs
swww swww
pywal pywal
]) ])
++ (nixpkgs.lib.optionals (system == "x86_64-linux") [pkgs.gpu-screen-recorder]);
}; };
}); });

View File

@@ -308,10 +308,10 @@ export function checkDependencies(): string {
description: 'To view system resource usage', description: 'To view system resource usage',
}, },
{ {
package: 'gpu-screen-recorder', package: 'wf-recorder',
required: false, required: false,
type: 'executable', type: 'executable',
check: ['gpu-screen-recorder'], check: ['wf-recorder'],
description: 'To use the built-in screen recorder', description: 'To use the built-in screen recorder',
}, },
{ {