Bluetooth
This commit is contained in:
parent
0a88804fc0
commit
d5f311bfa9
3 changed files with 10 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
<home-manager/nixos>
|
<home-manager/nixos>
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
./secret.nix
|
./secret.nix
|
||||||
|
../../profiles/bluetooth/default.nix
|
||||||
../../profiles/common/default.nix
|
../../profiles/common/default.nix
|
||||||
../../profiles/graphical/default.nix
|
../../profiles/graphical/default.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
<home-manager/nixos>
|
<home-manager/nixos>
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
./secret.nix
|
./secret.nix
|
||||||
|
../../profiles/bluetooth/default.nix
|
||||||
../../profiles/common/default.nix
|
../../profiles/common/default.nix
|
||||||
../../profiles/graphical/default.nix
|
../../profiles/graphical/default.nix
|
||||||
];
|
];
|
||||||
|
|
8
profiles/bluetooth/default.nix
Normal file
8
profiles/bluetooth/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
hardware.bluetooth.enable = true;
|
||||||
|
services.blueman.enable = true;
|
||||||
|
hardware.pulseaudio.extraModules = [ pkgs.pulseaudio-modules-bt ];
|
||||||
|
hardware.pulseaudio.package = pkgs.pulseaudioFull;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue