From eb162db3a76602366a5957f1d75b3a7e666eefde Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Thu, 6 Mar 2025 17:08:10 +0100 Subject: [PATCH] Add app to hyprland --- modules/wm/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/wm/hyprland/default.nix b/modules/wm/hyprland/default.nix index b15c0e8..3efebdd 100644 --- a/modules/wm/hyprland/default.nix +++ b/modules/wm/hyprland/default.nix @@ -25,6 +25,7 @@ in { environment.systemPackages = with pkgs; [ xdg-desktop-portal-hyprland nerdfonts + networkmanagerapplet ]; }; }