mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
bb2993b125
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
9 lines
177 B
Nix
9 lines
177 B
Nix
{pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [blueman];
|
|
hardware.bluetooth = {
|
|
enable = true;
|
|
powerOnBoot = true;
|
|
};
|
|
services.blueman.enable = true;
|
|
}
|