diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-05 17:00:01 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-05 17:00:01 +0200 |
commit | 9ee6b44324c6185659a05bf84d70bc11bf1bee1a (patch) | |
tree | 6e0755f51b2f31549e2243d5fdab923d0378f540 /modules | |
parent | Fetch xmonadctl from github (diff) | |
download | nixos-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.nix | 7 |
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 |