Update all references from gpu-screen-recorder to wf-recorder (#806)
This commit is contained in:
@@ -66,12 +66,12 @@
|
||||
hypridle
|
||||
wireplumber
|
||||
networkmanager
|
||||
wf-recorder
|
||||
upower
|
||||
gvfs
|
||||
swww
|
||||
pywal
|
||||
])
|
||||
++ (nixpkgs.lib.optionals (system == "x86_64-linux") [pkgs.gpu-screen-recorder]);
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
@@ -308,10 +308,10 @@ export function checkDependencies(): string {
|
||||
description: 'To view system resource usage',
|
||||
},
|
||||
{
|
||||
package: 'gpu-screen-recorder',
|
||||
package: 'wf-recorder',
|
||||
required: false,
|
||||
type: 'executable',
|
||||
check: ['gpu-screen-recorder'],
|
||||
check: ['wf-recorder'],
|
||||
description: 'To use the built-in screen recorder',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user