From 62160f1282d6f50e0ce4ab5d0568840bce606d85 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Mon, 4 Nov 2024 15:59:46 +0100 Subject: [PATCH] feat: mako -> swaync --- common/home.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/common/home.nix b/common/home.nix index a0dfe32..0574199 100644 --- a/common/home.nix +++ b/common/home.nix @@ -277,15 +277,7 @@ }; }; - services.mako = { - enable = true; - backgroundColor = "#202020e0"; - borderColor = "#ffffff80"; - borderRadius = 10; - borderSize = 1; - defaultTimeout = 4000; - font = "Noto Sans"; - }; + services.swaync = { enable = true; }; systemd.user.services.polkit-gnome-authentication-agent-1 = { Unit = {