da first commit
This commit is contained in:
commit
68f969ec59
14 changed files with 875 additions and 0 deletions
12
modules/core/bluetooth.nix
Normal file
12
modules/core/bluetooth.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# Enable Bluetooth
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = false;
|
||||
|
||||
# TODO: this should be managed by home-manager
|
||||
environment.systemPackages = with pkgs; [
|
||||
overskride
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue