diff --git a/homeManagerModules/desktopEnv/hypr/default.nix b/homeManagerModules/desktopEnv/hypr/default.nix index 3553557a..ca240a78 100644 --- a/homeManagerModules/desktopEnv/hypr/default.nix +++ b/homeManagerModules/desktopEnv/hypr/default.nix @@ -31,15 +31,16 @@ # Packages that should be installed to the user profile. home.packages = with pkgs; [ # brightnessctl + # hyprnome celluloid evince gnome.eog gnome.file-roller hyprcursor hyprland-protocols - # hyprnome hyprshot kdePackages.polkit-kde-agent-1 + networkmanagerapplet playerctl swayosd trayscale @@ -158,6 +159,8 @@ exec-once = ${pkgs.hyprshade}/bin/hyprshade auto exec-once = ${pkgs.hypridle}/bin/hypridle exec-once = ${pkgs.swayosd}/bin/swayosd-server + exec-once = ${pkgs.networkmanagerapplet}/bin/nm-applet + # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { diff --git a/homeManagerModules/guiApps/waybar/default.nix b/homeManagerModules/guiApps/waybar/default.nix index 7d968d20..45fe105b 100644 --- a/homeManagerModules/guiApps/waybar/default.nix +++ b/homeManagerModules/guiApps/waybar/default.nix @@ -29,7 +29,7 @@ modules-right = [ "tray" "bluetooth" - "network" + # "network" "pulseaudio" # "wireplumber" "group/power"