From 3664e6f646e6ddf21b901d69f6e3f7ab0df41675 Mon Sep 17 00:00:00 2001 From: tootbrute Date: Sun, 10 Nov 2024 20:39:01 +0800 Subject: [PATCH] Update NixOS config. --- bluenix/configuration.nix | 2 ++ greynix/configuration.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/bluenix/configuration.nix b/bluenix/configuration.nix index be6010e..96dfd55 100644 --- a/bluenix/configuration.nix +++ b/bluenix/configuration.nix @@ -17,6 +17,8 @@ networking.hostName = "bluenix"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. + hardware.bluetooth.enable = true; + # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true; diff --git a/greynix/configuration.nix b/greynix/configuration.nix index 4e6243a..4980ad0 100644 --- a/greynix/configuration.nix +++ b/greynix/configuration.nix @@ -16,6 +16,8 @@ networking.hostName = "greynix"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. + hardware.bluetooth.enable = false; + # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true;