mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
b0ab5932e4
Former-commit-id: 276756d998
9 lines
181 B
Nix
9 lines
181 B
Nix
{ pkgs, ... }: {
|
|
environment.systemPackages = with pkgs; [ blueman ];
|
|
hardware.bluetooth = {
|
|
enable = true;
|
|
powerOnBoot = true;
|
|
};
|
|
services.blueman.enable = true;
|
|
}
|