fix media.obs

This commit is contained in:
Schrottkatze 2025-03-20 09:45:54 +01:00
commit 45c45e2e11
No known key found for this signature in database

View file

@ -9,7 +9,7 @@ in
with lib; {
options.jade.desktop.media.obs = mkEnableOption "Enable OBS";
config = mkIf cfg.enable {
config = mkIf cfg {
# OBS stuffs
environment.systemPackages = [
(pkgs.wrapOBS {