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