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)