6 lines
104 B
Nix
6 lines
104 B
Nix
{pkgs, ...}: {
|
|
wayland.windowManager.hyprland.settings.exec-once = [
|
|
"fcitx5 -d --replace"
|
|
];
|
|
}
|