1
Fork 0

Set up a glass server instance for lapetus

This commit is contained in:
prescientmoon 2025-02-07 16:02:22 +01:00
parent fbcdcf6cfd
commit 57ff202599
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
13 changed files with 267 additions and 45 deletions
hosts/nixos/common/global

View file

@ -1,11 +1,12 @@
{ pkgs, ... }:
{
i18n.inputMethod = {
enabled = "fcitx5";
type = "fcitx5";
enable = true;
fcitx5.addons = with pkgs; [
fcitx5-mozc # for japanese input
fcitx5-gtk
fcitx5-configtool
];
fcitx5.waylandFrontend = true;
};
}