From 67e4051a2df2451a4030dc2ab3b5bc09376149d7 Mon Sep 17 00:00:00 2001 From: waveringana Date: Mon, 16 Jun 2025 06:33:24 -0400 Subject: [PATCH] bluetooth --- common/bluetooth.nix | 2 +- hosts/focalor/default.nix | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/common/bluetooth.nix b/common/bluetooth.nix index cbb24dc..5f33c6a 100644 --- a/common/bluetooth.nix +++ b/common/bluetooth.nix @@ -1,4 +1,4 @@ -{config, lib ,...} +{ config, lib ,... }: { hardware.bluetooth.enable = true; diff --git a/hosts/focalor/default.nix b/hosts/focalor/default.nix index 0b77d08..6d650ea 100755 --- a/hosts/focalor/default.nix +++ b/hosts/focalor/default.nix @@ -94,6 +94,15 @@ services.vscode-server.enable = true; services.vscode-server.nodejsPackage = pkgs.nodejs_20; + + programs.obs-studio = { + enable = true; + enableVirtualCamera = true; + plugins = with pkgs.obs-studio-plugins; [ + droidcam-obs + ]; + }; + environment.systemPackages = with pkgs; [ #lm_sensors #code-server