moving hardware.bluetooth to optional/desktop.nix

This commit is contained in:
2025-01-26 12:40:51 -05:00
parent b53f4ec8d8
commit 00852c019d
3 changed files with 5 additions and 14 deletions

View File

@@ -5,6 +5,11 @@
zfs.package = pkgs.zfs_2_3;
};
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
# rtkit is optional but recommended for pipewire
security.rtkit.enable = true;