From 84219edfc9734c77d4ba08fd8215dddb38590d80 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 31 May 2026 00:43:16 +0200 Subject: [PATCH] feat(caelestia): remove annoying toasts --- users/modules/desktop/caelestia.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/users/modules/desktop/caelestia.nix b/users/modules/desktop/caelestia.nix index a0b6df1..ebe1f77 100644 --- a/users/modules/desktop/caelestia.nix +++ b/users/modules/desktop/caelestia.nix @@ -68,6 +68,11 @@ in { hibernate = ["systemctl" "hibernate"]; reboot = ["systemctl" "reboot"]; }; + utilities.toasts = { + capsLockChanged = false; + numLockChanged = false; + kbLayoutChanged = false; + }; }; cli = { enable = true;