desktop: add obs
This commit is contained in:
parent
14a6dfe032
commit
d96d1e2367
@ -20,4 +20,13 @@
|
|||||||
window.decorations = lib.mkForce "full";
|
window.decorations = lib.mkForce "full";
|
||||||
window.opacity = lib.mkForce 1.0;
|
window.opacity = lib.mkForce 1.0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.obs-studio = {
|
||||||
|
enable = true;
|
||||||
|
plugins = with pkgs.obs-studio-plugins; [
|
||||||
|
wlrobs
|
||||||
|
obs-backgroundremoval
|
||||||
|
obs-pipewire-audio-capture
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user