Compare commits
No commits in common. "5750480f034ea31517868470ad0c23745cd7d1f3" and "4c54a7b40b9e64fc97ba9c7acf0c92adc818e07b" have entirely different histories.
5750480f03
...
4c54a7b40b
2 changed files with 0 additions and 4 deletions
|
@ -16,7 +16,6 @@ with builtins; {
|
|||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
overskride
|
||||
transmission_4-gtk
|
||||
|
||||
htmlq
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@ in
|
|||
options.jade.desktop.media.obs = mkEnableOption "Enable OBS";
|
||||
|
||||
config = mkIf cfg {
|
||||
programs.obs-studio.enableVirtualCamera = true;
|
||||
# OBS stuffs
|
||||
environment.systemPackages = [
|
||||
(pkgs.wrapOBS {
|
||||
|
@ -18,8 +17,6 @@ in
|
|||
wlrobs
|
||||
obs-backgroundremoval
|
||||
obs-pipewire-audio-capture
|
||||
waveform
|
||||
obs-3d-effect
|
||||
];
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue