Add Bluetooth, USB, and PCI utilities
This commit is contained in:
@@ -74,6 +74,10 @@
|
||||
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";
|
||||
# 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).
|
||||
environment.systemPackages = with pkgs; [
|
||||
chromium
|
||||
kdePackages.bluedevil
|
||||
kdePackages.bluez-qt
|
||||
ncdu
|
||||
pciutils
|
||||
terminator
|
||||
tmux
|
||||
tree
|
||||
usbutils
|
||||
vim
|
||||
vscodium
|
||||
wget
|
||||
|
||||
Reference in New Issue
Block a user