diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 28fa499..197016a 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -691,6 +691,16 @@ in font.pixelSize: 14 } } + + Process { + id: nmEditorProc + command: ["${pkgs.networkmanagerapplet}/bin/nm-connection-editor"] + } + + MouseArea { + anchors.fill: parent + onClicked: nmEditorProc.running = true + } } // Tray icons inline