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
nixos/cfg

View file

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