mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Setup bluetooth
This commit is contained in:
parent
c0afbb94f1
commit
9002e4f5cc
2 changed files with 11 additions and 0 deletions
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;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue