feat(caelestia): remove annoying toasts

This commit is contained in:
2026-05-31 00:43:16 +02:00
parent 626d2682ae
commit 84219edfc9
+5
View File
@@ -68,6 +68,11 @@ in {
hibernate = ["systemctl" "hibernate"]; hibernate = ["systemctl" "hibernate"];
reboot = ["systemctl" "reboot"]; reboot = ["systemctl" "reboot"];
}; };
utilities.toasts = {
capsLockChanged = false;
numLockChanged = false;
kbLayoutChanged = false;
};
}; };
cli = { cli = {
enable = true; enable = true;