From 0f2c55992677e78d5d2908d0648e410ef9b27436 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 23 Sep 2017 13:59:19 +0200 Subject: Organise modules into folders --- modules/hardware/connman.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/hardware/connman.nix (limited to 'modules/hardware/connman.nix') diff --git a/modules/hardware/connman.nix b/modules/hardware/connman.nix new file mode 100644 index 0000000..0361f9c --- /dev/null +++ b/modules/hardware/connman.nix @@ -0,0 +1,14 @@ +{ config, pkgs, ... }: + +{ networking.connman = { + enable = true; + enableVPN = false; + }; + networking.wireless.enable = true; + + environment.systemPackages = with pkgs; [ + cmst + connman-notify + connman_dmenu + ]; +} -- cgit 1.4.1