added bluetooth

This commit is contained in:
biscuit
2025-06-03 19:31:08 -05:00
parent 7ec496be3d
commit 1fb2d40aa8
+8
View File
@@ -28,6 +28,13 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
hardware = {
bluetooth = {
enable = true;
powerOnBoot = true;
};
};
i18n.defaultLocale = "en_US.UTF-8";
console = {
font = "Lat2-Terminus16";
@@ -42,6 +49,7 @@
services = {
openssh.enable = true;
libinput.enable = touchpadSupport;
blueman.enable = true;
};
programs.bash = {