Add Bluetooth, USB, and PCI utilities

This commit is contained in:
2026-06-28 16:44:14 -04:00
parent 1f45c1336f
commit 56ac8e0adc
+8
View File
@@ -74,6 +74,10 @@
hardware.nvidia.modesetting.enable = true; hardware.nvidia.modesetting.enable = true;
hardware.nvidia.open = true; hardware.nvidia.open = true;
# Bluetooth
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
# Configure keymap in X11 # Configure keymap in X11
services.xserver.xkb.layout = "us"; services.xserver.xkb.layout = "us";
# services.xserver.xkb.options = "eurosign:e,caps:escape"; # services.xserver.xkb.options = "eurosign:e,caps:escape";
@@ -119,10 +123,14 @@
# You can use https://search.nixos.org/ to find more packages (and options). # You can use https://search.nixos.org/ to find more packages (and options).
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
chromium chromium
kdePackages.bluedevil
kdePackages.bluez-qt
ncdu ncdu
pciutils
terminator terminator
tmux tmux
tree tree
usbutils
vim vim
vscodium vscodium
wget wget