From 65f51e61e5f76bd326c919ff98708688e8ae7094 Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Sun, 28 Jun 2026 15:58:41 -0400 Subject: [PATCH] Add Bluetooth, USB, and PCI utilities --- configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.nix b/configuration.nix index f144243..0844f7d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -73,6 +73,10 @@ services.xserver.videoDrivers = [ "nvidia" ]; hardware.nvidia.modesetting.enable = true; hardware.nvidia.open = true; + + # Bluetooth + hardware.bluetooth.enable = true; + hardware.bluetooth.powerOnBoot = true; # Configure keymap in X11 services.xserver.xkb.layout = "us"; @@ -119,10 +123,13 @@ # You can use https://search.nixos.org/ to find more packages (and options). environment.systemPackages = with pkgs; [ chromium + kdePackages.bluedevil ncdu + pciutils terminator tmux tree + usbutils vim vscodium wget