diff options
author | Alan Pearce | 2021-01-12 17:08:54 +0100 |
---|---|---|
committer | Alan Pearce | 2021-01-12 17:08:54 +0100 |
commit | e3f314b6ae34933d7aac7ffa6656f9652c0f52a6 (patch) | |
tree | 321af5aea9a3b1be385f67ef449e9bb294e23565 | |
parent | f3d552f4ceb37a9b09678d5764e07a70646f7048 (diff) | |
download | nixfiles-e3f314b6ae34933d7aac7ffa6656f9652c0f52a6.tar.lz nixfiles-e3f314b6ae34933d7aac7ffa6656f9652c0f52a6.tar.zst nixfiles-e3f314b6ae34933d7aac7ffa6656f9652c0f52a6.zip |
prefect: enable bluetooth
-rw-r--r-- | system/prefect.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/prefect.nix b/system/prefect.nix index 63f9ad13..95e57419 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -13,6 +13,7 @@ ./settings/configuration/user.nix ./settings/hardware/audio.nix ./settings/hardware/bare-metal.nix + ./settings/hardware/bluetooth.nix ./settings/hardware/nvme-root.nix ./settings/hardware/mouse.nix ./settings/hardware/grub2.nix |