about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-05 17:00:01 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-05 17:00:01 +0200
commit9ee6b44324c6185659a05bf84d70bc11bf1bee1a (patch)
tree6e0755f51b2f31549e2243d5fdab923d0378f540 /modules
parentFetch xmonadctl from github (diff)
downloadnixos-config-9ee6b44324c6185659a05bf84d70bc11bf1bee1a.tar.gz
nixos-config-9ee6b44324c6185659a05bf84d70bc11bf1bee1a.tar.bz2
nixos-config-9ee6b44324c6185659a05bf84d70bc11bf1bee1a.zip
Phobos+Luna: Add bluetooth
Diffstat (limited to 'modules')
-rw-r--r--modules/bluetooth/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/bluetooth/default.nix b/modules/bluetooth/default.nix
new file mode 100644
index 0000000..cb5443f
--- /dev/null
+++ b/modules/bluetooth/default.nix
@@ -0,0 +1,7 @@
+{ config, pkgs, ... }:
+
+{
+    hardware.bluetooth.enable = true;
+
+    services.blueman.enable = true;
+}
\ No newline at end of file