mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
bf04dce6d5
Former-commit-id: 79a69d245c
8 lines
147 B
Nix
8 lines
147 B
Nix
{ pkgs, ... }: {
|
|
environment.systemPackages = with pkgs; [ blueman ];
|
|
hardware.bluetooth = {
|
|
enable = true;
|
|
powerOnBoot = true;
|
|
};
|
|
}
|