feat: add OBS with wayland support

This commit is contained in:
matt1432 2023-09-21 17:10:25 -04:00
parent d510bf7419
commit f5427c7aea
2 changed files with 11 additions and 0 deletions

View file

@ -22,6 +22,10 @@
timeout = 2;
};
extraModulePackages = with config.boot.kernelPackages; [
v4l2loopback
];
kernelModules = [ "kvm-amd" ];
kernelParams = [

View file

@ -10,6 +10,13 @@
programs = {
obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
wlrobs
];
};
btop.enable = true;
jq.enable = true;