Add Bluetooth, USB, and PCI utilities
This commit is contained in:
@@ -73,6 +73,10 @@
|
|||||||
services.xserver.videoDrivers = [ "nvidia" ];
|
services.xserver.videoDrivers = [ "nvidia" ];
|
||||||
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";
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user