home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 44e156a08e00d9b815916e5060663bedd5fdfe39
parent ae43bdb8df0e36131b2bb2395cb13557e8510ead
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  6 Sep 2024 00:04:21 +0200

users/vincent: add pa-notify

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/desktop/sway.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/users/vincent/desktop/sway.nix b/users/vincent/desktop/sway.nix @@ -163,6 +163,7 @@ in { command = "dbus-update-activation-environment --systemd WAYLAND_DISPLAY DISPLAY DBUS_SESSION_BUS_ADDRESS SWAYSOCK XDG_SESSION_TYPE XDG_SESSION_DESKTOP XDG _CURRENT_DESKTOP"; } #workaround # { command = "${pkgs.networkmanagerapplet}/bin/nm-applet --indicator"; } { command = "systemctl --user restart kanshi"; always = true; } + { command = "${pkgs.pa-notify}/bin/pa-notify -u 2"; always = true;} ]; }; extraConfig =