mirror of
https://github.com/zoriya/flake.git
synced 2026-06-04 11:15:53 +00:00
Update things
This commit is contained in:
+2
-1
@@ -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
|
||||||
|
|||||||
@@ -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,
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user