From 7e015ec9bab99b76e6dddb73076c9b215dbb2ab3 Mon Sep 17 00:00:00 2001 From: Joao Porta Date: Mon, 3 Aug 2026 16:45:20 -0300 Subject: [PATCH] notification center --- modules/home-manager/swaync/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/swaync/default.nix b/modules/home-manager/swaync/default.nix index 053bea1..1ed2a19 100644 --- a/modules/home-manager/swaync/default.nix +++ b/modules/home-manager/swaync/default.nix @@ -12,7 +12,7 @@ services.swaync = { enable = true; settings = { - positionX = "left"; + positionX = "center"; positionY = "top"; cssPriority = "user";