diff options
author | Silas Schöffel <sils@sils.li> | 2025-04-18 15:22:17 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-04-18 15:22:17 +0200 |
commit | 4ff99a268f99fd181c4203c5dd8bd522bed9ba05 (patch) | |
tree | 11f714976ac76518e2a234e5f298c7f0d9335f41 /modules/hm | |
parent | hyprland: change terminal keybinding to ghostty (diff) | |
download | nix-config-4ff99a268f99fd181c4203c5dd8bd522bed9ba05.zip |
hyprland: activate networkmanager bar applet
Diffstat (limited to '')
-rw-r--r-- | modules/hm/sils/hyprland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hm/sils/hyprland.nix b/modules/hm/sils/hyprland.nix index 550f35d..3bb9387 100644 --- a/modules/hm/sils/hyprland.nix +++ b/modules/hm/sils/hyprland.nix @@ -187,7 +187,7 @@ in { #exec-once=swww init & exec-once = [ #"${pkgs.nwg-panel}/bin/nwg-panel" - #"nm-applet --indicator" + "${pkgs.networkmanagerapplet}/bin/nm-applet --indicator" #"${pkgs.waybar}/bin/waybar" "${pkgs.mako}/bin/mako" "${pkgs.swaybg}/bin/swaybg -i ${self}/files/wallpaper.jpg" |