This commit is contained in:
Erwin Boskma 2022-02-02 21:26:10 +01:00
parent f1766b0165
commit c308ba5af5
Signed by: erwin
GPG key ID: 270B20D17394F7E5
2 changed files with 7 additions and 1 deletions

View file

@ -134,6 +134,11 @@ in
};
};
i18n.inputMethod = {
enabled = "fcitx5";
fcitx5.addons = with pkgs; [ fcitx5-m17n fcitx5-gtk fcitx5-configtool ];
};
gtk = {
enable = true;
theme = {
@ -242,6 +247,7 @@ in
SDL_VIDEODRIVER = "wayland";
SSH_AUTH_SOCK = ''''${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh'';
AMD_VULKAN_ICD = "RADV";
# NIXOS_OZONE_WL = "1";
};
environment.etc = {