feat: add OBS with wayland support
This commit is contained in:
parent
d510bf7419
commit
f5427c7aea
2 changed files with 11 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
|||
timeout = 2;
|
||||
};
|
||||
|
||||
extraModulePackages = with config.boot.kernelPackages; [
|
||||
v4l2loopback
|
||||
];
|
||||
|
||||
kernelModules = [ "kvm-amd" ];
|
||||
|
||||
kernelParams = [
|
||||
|
|
|
@ -10,6 +10,13 @@
|
|||
|
||||
programs = {
|
||||
|
||||
obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
wlrobs
|
||||
];
|
||||
};
|
||||
|
||||
btop.enable = true;
|
||||
|
||||
jq.enable = true;
|
||||
|
|
Loading…
Reference in a new issue