create bluetooth module

This commit is contained in:
2024-12-29 14:10:57 +01:00
parent 9a921d531a
commit 15de1e42e9
4 changed files with 24 additions and 9 deletions

View File

@ -83,19 +83,12 @@
programs.steam.enable = true;
security.polkit.enable = true;
environment.sessionVariables.NIXOS_OZONE_WL = "1";
# List services that you want to enable:
# fingerprint unlock
services.fprintd.enable = true;
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
services.blueman.enable = true;
services.udisks2.enable = true;
services.udev = {
@ -108,8 +101,6 @@
];
};
boot.binfmt.emulatedSystems = ["aarch64-linux"];
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave