diff --git a/modules/core/network.nix b/modules/core/network.nix
index a407e71..3473231 100755
--- a/modules/core/network.nix
+++ b/modules/core/network.nix
@@ -3,8 +3,6 @@
   networking = {
     hostName = "nixos";
     networkmanager.enable = true;
-    # wireless.iwd.enable = true;
-    # networkmanager.wifi.backend = "iwd";
     nameservers = [ "1.1.1.1" ];
   };
 
diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix
index 4a6b13b..3edf60e 100644
--- a/modules/home/hyprland/config.nix
+++ b/modules/home/hyprland/config.nix
@@ -15,6 +15,7 @@ in
       exec-once = systemctl --user import-environment &
       exec-once = hash dbus-update-activation-environment 2>/dev/null &
       exec-once = dbus-update-activation-environment --systemd &
+      exec-once = nm-applet &
       exec-once = swaybg -m fill -i $(find ~/Pictures/wallpapers/ -maxdepth 1 -type f) &
       exec-once = sleep 1 && swaylock
       exec-once = hyprctl setcursor Catppuccin-Frappe-Dark 15 &