lenovo: add bluetooth
This commit is contained in:
parent
fd6088af37
commit
bb600267a0
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
{ config, pkgs, ... }: {
|
||||
imports = [
|
||||
./hardware.nix
|
||||
./hyprland
|
||||
|
@ -6,4 +6,11 @@
|
|||
system.stateVersion = "23.11";
|
||||
networking.hostName = "lenovo";
|
||||
time.timeZone = "America/Vancouver";
|
||||
|
||||
home-manager.users.${config.main-user} = {
|
||||
services.blueman-applet.enable = true;
|
||||
};
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
services.blueman.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue