home

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

commit 48a58e2d1326560f0d929a9076fafbf5e54a42ed
parent d5b5f1f05af849149fcd837b2540157442039ff9
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  2 Nov 2023 17:29:12 +0100

users/vincent: disable swaynotificationcenter

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

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

diff --git a/users/vincent/desktop/sway.nix b/users/vincent/desktop/sway.nix @@ -162,8 +162,6 @@ in ]; startup = [ { 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 = "mako"; } - { command = "${pkgs.swaynotificationcenter}/bin/swaync"; } { command = "${pkgs.networkmanagerapplet}/bin/nm-applet --indicator"; } # { command = "systemctl --user restart waybar"; always = true; } { command = "systemctl --user restart kanshi"; always = true; }