From 0cef6aa80ff7d52afe80b7086cc3452bf020722a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 9 Sep 2017 16:25:32 +0200 Subject: Add modules for network configuration --- modules/connman.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modules/connman.nix (limited to 'modules/connman.nix') diff --git a/modules/connman.nix b/modules/connman.nix new file mode 100644 index 0000000..cbd216c --- /dev/null +++ b/modules/connman.nix @@ -0,0 +1,12 @@ +{ config, pkgs, ... }: + +{ networking.connman = { + enable = true; + }; + + environment.systemPackages = with pkgs; [ + cmst + connman-notify + connman_dmenu + ]; +} -- cgit 1.4.1