From f760b0f5300492fbcc4a43ddb06ee8a17a2849e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 25 Jun 2024 19:30:32 +0200 Subject: [PATCH] Add bluetooth for magicman --- hosts/magicman/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/magicman/configuration.nix b/hosts/magicman/configuration.nix index 50c3dc0..937854e 100644 --- a/hosts/magicman/configuration.nix +++ b/hosts/magicman/configuration.nix @@ -54,6 +54,10 @@ ]; }; + # Bluetooth stuff + services.blueman.enable = true; + hardware.bluetooth.enable = true; + # Setup hyprland services.xserver.enable = true; services.xserver.displayManager = {