feat: automatically start nm-applet with hyprland

This commit is contained in:
EinEtwas 2024-11-04 12:05:29 +01:00
parent 70ae062df5
commit d91160dd35
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -204,6 +204,14 @@
"$mod, mouse:272, movewindow" "$mod, mouse:272, movewindow"
"$mod, mouse:273, resizewindow" "$mod, mouse:273, resizewindow"
]; ];
exec-once =
let
nm-applet = lib.getExe' pkgs.networkmanagerapplet "nm-applet";
in
[
"${nm-applet} &"
];
}; };
}; };