Update all references from gpu-screen-recorder to wf-recorder (#806)
This commit is contained in:
@@ -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]);
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -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',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user