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

@ -230,7 +230,7 @@ in
for_window [shell="xwayland"] title_format "%title [XWayland]" for_window [shell="xwayland"] title_format "%title [XWayland]"
exec --no-startup-id ${pkgs.networkmanagerapplet}/bin/nm-applet --indicator exec --no-startup-id ${pkgs.networkmanagerapplet}/bin/nm-applet --indicator
include /etc/sway/config.d/* include /etc/sway/config.d/*
''; '';

View file

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