From a9bf46a1388bddb37278856a126e9a8a7661e20d Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Mon, 30 Jun 2025 15:28:50 +0200 Subject: [PATCH] hurricane: 142 current 2025-06-30 15:28:43 25.05.20250629.b43c397 6.15.4 * bluetooth working --- hosts/hurricane/configuration.nix | 3 --- modules/common.nix | 6 ++++++ modules/desktops/hyprland-desktop.nix | 1 - 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/hosts/hurricane/configuration.nix b/hosts/hurricane/configuration.nix index 2bcd412..40bb1a6 100644 --- a/hosts/hurricane/configuration.nix +++ b/hosts/hurricane/configuration.nix @@ -19,9 +19,6 @@ networking.firewall.allowedTCPPorts = []; networking.firewall.allowedUDPPorts = []; - # Enable touchpad support (enabled default in most desktopManager). - # services.xserver.libinput.enable = true; - # Intel GPU support hardware.graphics = { enable = true; diff --git a/modules/common.nix b/modules/common.nix index 1fe0cc6..a823c14 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -136,8 +136,14 @@ # Enable GNOME keyring for password management gnome.gnome-keyring.enable = true; + + # Bluetooth support + blueman.enable = true; }; + # Bluetooth support + hardware.bluetooth.enable = true; + # ================================ # PERMISSIONS # ================================ diff --git a/modules/desktops/hyprland-desktop.nix b/modules/desktops/hyprland-desktop.nix index 8197fd9..f7bca46 100644 --- a/modules/desktops/hyprland-desktop.nix +++ b/modules/desktops/hyprland-desktop.nix @@ -125,7 +125,6 @@ # ---- SYSTEM CONTROL ---- pavucontrol # GUI audio mixer and control - blueman # Bluetooth manager with system tray networkmanagerapplet # Network management system tray brightnessctl # Screen brightness control (laptops)