Enable bluetooth
This commit is contained in:
parent
cbe42b6ce4
commit
961d7552c7
@ -29,9 +29,10 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||
interfaces.enp1s0.useDHCP = true;
|
||||
interfaces.wlp2s0.useDHCP = true;
|
||||
};
|
||||
# enable touchpad support
|
||||
services = {
|
||||
# enable touchpad support
|
||||
xserver.libinput.enable = true;
|
||||
blueman.enable = true;
|
||||
snapper.configs = {
|
||||
home = {
|
||||
subvolume = "/home";
|
||||
@ -133,6 +134,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
|
||||
hardware = {
|
||||
bluetooth.enable = true;
|
||||
#opengl = {
|
||||
#extraPackages = with pkgs; [
|
||||
#rocm-opencl-icd
|
||||
|
Loading…
Reference in New Issue
Block a user