From 9e1d2418d9bb5721ea72fed44ae40d58877bdbf1 Mon Sep 17 00:00:00 2001 From: Alex van de Sandt Date: Wed, 24 Jun 2026 18:07:58 -0500 Subject: [PATCH] Add bluetooth config --- modules/bluetooth.nix | 11 +++++++++++ modules/hosts/flock/flock.nix | 1 + 2 files changed, 12 insertions(+) create mode 100644 modules/bluetooth.nix diff --git a/modules/bluetooth.nix b/modules/bluetooth.nix new file mode 100644 index 0000000..5cd6264 --- /dev/null +++ b/modules/bluetooth.nix @@ -0,0 +1,11 @@ +{ + den.aspects.bluetooth = { + nixos = { + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + }; + services.blueman.enable = true; + }; + }; +} diff --git a/modules/hosts/flock/flock.nix b/modules/hosts/flock/flock.nix index af0c0c0..2be8197 100644 --- a/modules/hosts/flock/flock.nix +++ b/modules/hosts/flock/flock.nix @@ -5,6 +5,7 @@ (den.batteries.hostname) (den.batteries.tty-autologin "igneous") + bluetooth hyprland nvidia pipewire -- 2.51.2