diff --git a/home/modules/hyprland/sway-notification-center.nix b/home/modules/hyprland/sway-notification-center.nix index 22b6fb5..8a9163f 100644 --- a/home/modules/hyprland/sway-notification-center.nix +++ b/home/modules/hyprland/sway-notification-center.nix @@ -9,6 +9,11 @@ in libnotify ]; + home.file.".config/swaync/config.json".text = builtins.toJSON { + positionX = "right"; + positionY = "top"; + }; + wayland.windowManager.hyprland.settings.exec-once = [ "swaync" ];