[m] Cleanup nixos config

This commit is contained in:
soraefir
2023-11-28 03:39:49 +01:00
parent 5d730f8071
commit efa2a5c0be
7 changed files with 25 additions and 30 deletions

View File

@ -1,7 +1,4 @@
{ pkgs, ... }: {
hardware.bluetooth.enable = true;
hardware.brillo.enable = true;
services.blueman.enable = true;
environment.systemPackages = with pkgs; [ bluez bluez-tools ];
}