hosts/ni/setups/desktop: configure i18n setup per-workflow

This commit is contained in:
Gabriel Arazas 2024-01-04 12:04:31 +08:00
parent 42c542fa01
commit a2bf9a7e60
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -43,6 +43,7 @@ in
(lib.mkIf (hasAnyWorkflowEnabled [ "a-happy-gnome" "knome" "mosey-branch" ]) {
hosts.ni.networking.setup = "networkmanager";
profiles.i18n.setup = "ibus";
})
]);
}