feat: add bluetooth support'

This commit is contained in:
Mohammad Rafiq 2025-03-16 09:02:27 +08:00
parent 82d51697c6
commit 6418806a6f
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
}

View file

@ -5,6 +5,7 @@
./modules/desktop.nix ./modules/desktop.nix
./modules/bootloaders/systemd-boot.nix ./modules/bootloaders/systemd-boot.nix
./modules/hardware/nvidia.nix ./modules/hardware/nvidia.nix
./modules/hardware/bluetooth.nix
]; ];
networking.hostName = "nemesis"; networking.hostName = "nemesis";