From 4b03d162c7affe0dc4a6a1b9acf9bc27c76161e6 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Thu, 10 Jul 2025 23:47:59 +1000 Subject: [PATCH] Added bluetooth support to PC --- hosts/myputer/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hosts/myputer/default.nix b/hosts/myputer/default.nix index ad2cec1..4313abb 100755 --- a/hosts/myputer/default.nix +++ b/hosts/myputer/default.nix @@ -7,7 +7,7 @@ }: let home-manager = builtins.fetchTarball { url = "https://github.com/nix-community/home-manager/archive/release-24.11.tar.gz"; - sha256 = "1dga3vsd60v9mfyhwgbil13mrchw5crbpgh4zjw9fghv1vyk89vq"; + sha256 = "1mwq9mzyw1al03z4q2ifbp6d0f0sx9f128xxazwrm62z0rcgv4na"; }; in { imports = [ @@ -200,6 +200,7 @@ in { easyeffects pavucontrol ani-cli + bluetui wl-clipboard # clipboard for wayland hyprpicker @@ -384,6 +385,11 @@ in { # Enable OpenGL hardware = { graphics.enable = true; + + bluetooth = { + enable = true; + powerOnBoot = true; + }; }; # DO NOT MODIFY