[Altair] Sets up xpadneo and bluetooth.
This commit is contained in:
7
system/features/bluetooth.nix
Normal file
7
system/features/bluetooth.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
bluez
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user