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