Setup bluetooth
This commit is contained in:
10
user/hardware/bluetooth.nix
Normal file
10
user/hardware/bluetooth.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
blueman
|
||||
];
|
||||
services = {
|
||||
blueman-applet.enable = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user