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 = {