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