From 78c5ed0981145d5873dc258451f7d80195a71b02 Mon Sep 17 00:00:00 2001 From: willifan Date: Tue, 21 May 2024 01:27:32 +0200 Subject: [PATCH] enabled bluetooth --- hosts/common/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 59b31d0..a3b2f61 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -7,6 +7,7 @@ ./printers.nix ]; + hardware.bluetooth.enable = true; networking.networkmanager.enable = true; console.keyMap = "de"; nixpkgs.config.allowUnfree = true;