Compare commits

..

No commits in common. "5750480f034ea31517868470ad0c23745cd7d1f3" and "4c54a7b40b9e64fc97ba9c7acf0c92adc818e07b" have entirely different histories.

2 changed files with 0 additions and 4 deletions

View file

@ -16,7 +16,6 @@ with builtins; {
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
overskride overskride
transmission_4-gtk
htmlq htmlq

View file

@ -10,7 +10,6 @@ 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 {
@ -18,8 +17,6 @@ in
wlrobs wlrobs
obs-backgroundremoval obs-backgroundremoval
obs-pipewire-audio-capture obs-pipewire-audio-capture
waveform
obs-3d-effect
]; ];
}) })
]; ];