summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/settings/hardware/connman.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/hardware/connman.nix b/system/settings/hardware/connman.nix
index bdf29fdc..8604cb06 100644
--- a/system/settings/hardware/connman.nix
+++ b/system/settings/hardware/connman.nix
@@ -7,7 +7,7 @@
   networking.wireless.enable = true;
 
   environment.systemPackages = with pkgs; [
-    cmst
+    connman-gtk
     connman-notify
     connman_dmenu
   ];