summaryrefslogtreecommitdiff
path: root/system/bluetooth.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-06-12 13:37:13 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-06-12 13:37:13 +0200
commit15d50528cf86e93bad19f65f1e4b47af49e94d71 (patch)
treecaaa600a8f38df84dc269a3844d276393e90262c /system/bluetooth.nix
parent72ee2b5a1e65ce804d6e1dcfd11aec06385594cc (diff)
Nuked everything
Diffstat (limited to 'system/bluetooth.nix')
-rw-r--r--system/bluetooth.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/system/bluetooth.nix b/system/bluetooth.nix
deleted file mode 100644
index a4bc960..0000000
--- a/system/bluetooth.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{...}: {
- hardware.bluetooth = {
- enable = true;
- powerOnBoot = true;
- settings = {
- General = {
- Experimental = true;
- FastConnectable = true;
- };
- Policy = {
- AutoEnable = true;
- };
- };
- };
-}