my nix configs for my servers and desktop

bluetooth

Changed files
+10 -1
common
hosts
focalor
+1 -1
common/bluetooth.nix
···
-
{config, lib ,...}
+
{ config, lib ,... }:
{
hardware.bluetooth.enable = true;
+9
hosts/focalor/default.nix
···
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