diff --git a/userland/system-util.el b/userland/system-util.el index e7eb22e..e4a5ae8 100644 --- a/userland/system-util.el +++ b/userland/system-util.el @@ -39,7 +39,10 @@ (use-package nm :straight (nm :type git :host github :repo "theesfeld/nm") - :ensure t) + :ensure t + :config + (add-hook 'nm-ui-wifi-list-mode-hook (lambda () + (define-key nm-ui-wifi-list-mode-map (kbd "RET") 'nm-ui-wifi-list-connect)))) (use-package bluetooth :straight (bluetooth :type git :host github :repo "emacsmirror/bluetooth")