feat: add OBS for screen sharing tests in local + fix screen sharing
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
inputs,
|
||||
modulesPath,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
@@ -39,7 +40,10 @@
|
||||
initrd.kernelModules = [ "amdgpu" ];
|
||||
plymouth.enable = true;
|
||||
};
|
||||
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
plugins = [ pkgs.obs-studio-plugins.wlrobs ];
|
||||
};
|
||||
hardware = {
|
||||
sane.enable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user