feat: NixOS | enable bluetooth

This commit is contained in:
2025-01-03 16:11:39 +05:00
parent 7262d6f0cb
commit 3032cfd8f3

View File

@@ -14,6 +14,10 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# Bluetooth.
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
networking.hostName = "rihla"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
@@ -74,6 +78,9 @@
# Enable CUPS to print documents.
services.printing.enable = true;
# Enable blueman
services.blueman.enable = true;
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;