[Altair] Sets up xpadneo and bluetooth.

This commit is contained in:
2026-07-09 11:24:44 -07:00
parent be1752a5c7
commit 1782e6329f
4 changed files with 21 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
bluez
];
}