Set up a glass server instance for lapetus
This commit is contained in:
parent
fbcdcf6cfd
commit
57ff202599
13 changed files with 267 additions and 45 deletions
hosts/nixos/common/global
|
@ -26,5 +26,8 @@
|
|||
syncthing = 8422;
|
||||
forgejo-ssh = 8423;
|
||||
"5d-diplomacy" = 8424;
|
||||
glass-server = 8425;
|
||||
glass-server-lp-tcp = 8426;
|
||||
glass-server-lp-udp = 8427;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue