From 55427d92386d702b4b412531bf98a72d82fa6b6b Mon Sep 17 00:00:00 2001 From: Nathan McCarty <thatonelutenist@stranger.systems> Date: Thu, 9 Jan 2025 11:09:08 -0500 Subject: [PATCH] Bluetooth for crash --- nixos/machines/crash/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/machines/crash/configuration.nix b/nixos/machines/crash/configuration.nix index f5661c1..364dd65 100644 --- a/nixos/machines/crash/configuration.nix +++ b/nixos/machines/crash/configuration.nix @@ -80,6 +80,9 @@ services.displayManager.sddm.enable = true; services.desktopManager.plasma6.enable = true; + # Setup bluetooth + hardware.bluetooth.enable = true; + # Configure keymap in X11 services.xserver.xkb = { layout = "us";