home/breakerbox: make fcitx5 breaker
This commit is contained in:
@@ -69,6 +69,7 @@ in
|
||||
|
||||
./services/copyq.nix
|
||||
./services/dunst.nix
|
||||
./services/fcitx5.nix
|
||||
./services/gnome-keyring.nix
|
||||
./services/mpd.nix
|
||||
./services/mpris-proxy.nix
|
||||
@@ -78,7 +79,6 @@ in
|
||||
./services/pueue.nix
|
||||
./services/tumblerd.nix
|
||||
] ++ (optionals graphics [
|
||||
./services/fcitx5.nix
|
||||
./services/keybase.nix
|
||||
]) ++ (optionals (!machineVars.wayland) [
|
||||
./programs/xmonad
|
||||
@@ -161,6 +161,11 @@ in
|
||||
services.psd.enable = graphics;
|
||||
services.tumblerd.enable = graphics;
|
||||
|
||||
i18n.inputMethod = mkIf graphics {
|
||||
enable = true;
|
||||
type = "fcitx5";
|
||||
};
|
||||
|
||||
programs.anyrun.enable = machineVars.wayland;
|
||||
programs.waybar.enable = machineVars.wayland;
|
||||
wayland.windowManager.hyprland.enable = machineVars.wayland;
|
||||
|
@@ -6,9 +6,6 @@ let
|
||||
in
|
||||
{
|
||||
i18n.inputMethod = {
|
||||
enable = true;
|
||||
type = "fcitx5";
|
||||
|
||||
fcitx5 = {
|
||||
waylandFrontend = true;
|
||||
addons = with pkgs; [
|
||||
|
Reference in New Issue
Block a user