hurricane: 142 current 2025-06-30 15:28:43 25.05.20250629.b43c397 6.15.4 *

bluetooth working
This commit is contained in:
2025-06-30 15:28:50 +02:00
parent bfee59eb7c
commit 7815fc2c15
3 changed files with 6 additions and 4 deletions

View File

@ -19,9 +19,6 @@
networking.firewall.allowedTCPPorts = []; networking.firewall.allowedTCPPorts = [];
networking.firewall.allowedUDPPorts = []; networking.firewall.allowedUDPPorts = [];
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;
# Intel GPU support # Intel GPU support
hardware.graphics = { hardware.graphics = {
enable = true; enable = true;

View File

@ -136,8 +136,14 @@
# Enable GNOME keyring for password management # Enable GNOME keyring for password management
gnome.gnome-keyring.enable = true; gnome.gnome-keyring.enable = true;
# Bluetooth support
blueman.enable = true;
}; };
# Bluetooth support
hardware.bluetooth.enable = true;
# ================================ # ================================
# PERMISSIONS # PERMISSIONS
# ================================ # ================================

View File

@ -125,7 +125,6 @@
# ---- SYSTEM CONTROL ---- # ---- SYSTEM CONTROL ----
pavucontrol # GUI audio mixer and control pavucontrol # GUI audio mixer and control
blueman # Bluetooth manager with system tray
networkmanagerapplet # Network management system tray networkmanagerapplet # Network management system tray
brightnessctl # Screen brightness control (laptops) brightnessctl # Screen brightness control (laptops)