Update things

This commit is contained in:
2025-04-28 19:50:23 +02:00
parent b0d1aa3578
commit a075101cd7
2 changed files with 2 additions and 12 deletions
+2 -1
View File
@@ -131,7 +131,8 @@ in {
}; };
i18n.inputMethod = { i18n.inputMethod = {
enabled = "fcitx5"; enable = true;
type = "fcitx5";
fcitx5 = { fcitx5 = {
addons = with pkgs; [ addons = with pkgs; [
fcitx5-mozc fcitx5-mozc
-11
View File
@@ -120,15 +120,4 @@ return {
require("zen-mode").setup() require("zen-mode").setup()
end, end,
}, },
{
"areyoulockedin",
event = "DeferredUIEnter",
after = function()
require("areyoulockedin").setup({
session_key = "3689e546-b1a4-4cc3-8209-f612e7428528",
})
end,
}
} }