nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 62b3fbaff550453bf02e3227cdd3b5d27553e0ef
parent c0e264bd9d10e43bac5dd8600a86a46a4f0f0092
Author: Toni Brown <tb148@proton.me>
Date:   Tue,  9 Sep 2025 22:55:19 +0800

enable bluetooth

Diffstat:
Mconfiguration.nix | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/configuration.nix b/configuration.nix @@ -47,6 +47,8 @@ nvidiaBusId = "PCI:1:0:0"; }; + hardware.bluetooth.enable = true; + nix.settings.experimental-features = [ "nix-command" "flakes"