[xpadneo] Moved to it's own config. Adds an env var for steam.

This commit is contained in:
2026-07-11 20:52:43 -07:00
parent bc39d60a00
commit e9e868a4c5
4 changed files with 30 additions and 18 deletions

View File

@@ -1,6 +1,9 @@
{ pkgs, ... }:
{
# Enable bluetooth.
hardware.bluetooth.enable = true;
# Install the management service and packages.
environment.systemPackages = with pkgs; [
bluez
];