i18n: Move module to services

This commit is contained in:
2021-11-04 17:42:12 +01:00
parent f85c7db354
commit e9de019d8d
3 changed files with 6 additions and 3 deletions

View File

@@ -51,7 +51,10 @@ in {
{ command = "${kanshiWrapper}"; always = true; }
{ command = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"; always = true; }
{ command = "${swayIdleWrapper}"; always = true; }
];
] ++ lib.optional config.ptw.system.i18n.enable {
command = "${pkgs.fcitx5}/bin/fcitx -d";
always = true;
};
modifier = "${modifier}";
gaps = {
inner = 5;