fancy obs shit
This commit is contained in:
parent
4c54a7b40b
commit
e1d8bab29c
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,7 @@ in
|
||||||
options.jade.desktop.media.obs = mkEnableOption "Enable OBS";
|
options.jade.desktop.media.obs = mkEnableOption "Enable OBS";
|
||||||
|
|
||||||
config = mkIf cfg {
|
config = mkIf cfg {
|
||||||
|
programs.obs-studio.enableVirtualCamera = true;
|
||||||
# OBS stuffs
|
# OBS stuffs
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
(pkgs.wrapOBS {
|
(pkgs.wrapOBS {
|
||||||
|
@ -17,6 +18,8 @@ in
|
||||||
wlrobs
|
wlrobs
|
||||||
obs-backgroundremoval
|
obs-backgroundremoval
|
||||||
obs-pipewire-audio-capture
|
obs-pipewire-audio-capture
|
||||||
|
waveform
|
||||||
|
obs-3d-effect
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue