diff --git a/modules/graphical/sway/default.nix b/modules/graphical/sway/default.nix index 8efa3cd..b4c9384 100644 --- a/modules/graphical/sway/default.nix +++ b/modules/graphical/sway/default.nix @@ -10,7 +10,7 @@ in { options.pub-solar.graphical = { v4l2loopback.enable = mkOption { type = types.bool; - default = true; + default = false; description = "WebCam streaming tool"; }; };