diff --git a/nixos/configuration.nix b/nixos/configuration.nix index b344d74..3b672f0 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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;