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;