dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

commit 654afb141ab9245edb400cdbda9398e2eb34f1b0
parent a6e560522b2d55b471b56035317c5755cc430af2
Author: Chris <chris@echoz.io>
Date:   Thu,  8 Jan 2026 16:21:35 +0100

feat: enable bluetooth

Diffstat:
Mhosts/tp/default.nix | 2++
Mhosts/ws/default.nix | 2++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/hosts/tp/default.nix b/hosts/tp/default.nix @@ -45,6 +45,8 @@ hardware = { enableAllFirmware = true; cpu.intel.updateMicrocode = true; + + bluetooth.enable = true; }; home-manager.users.${user} = { diff --git a/hosts/ws/default.nix b/hosts/ws/default.nix @@ -59,6 +59,8 @@ cpu.amd.updateMicrocode = true; amdgpu.initrd.enable = true; + bluetooth.enable = true; + printers = { ensurePrinters = [ {