summaryrefslogtreecommitdiffstats
path: root/nixos/modules/i18n
AgeCommit message (Collapse)Author
2020-04-05nixos/ibus: fix evaluationTor Hedin Brønner
Need to reference through `config` when checking what other modules have set.
2020-03-28nixos/ibus: add ibus portal if portals are enabledworldofpeace
2020-01-06nixos/ibus: fix missing dconf profileSheng Wang
Fix ibus user preferences not being saved. ibus-daemon was falling back on null configuration due to missing "ibus" dconf profile.
2019-12-10nixos/treewide: Move rename.nix imports to their respective modulesSilvan Mosberger
A centralized list for these renames is not good because: - It breaks disabledModules for modules that have a rename defined - Adding/removing renames for a module means having to find them in the central file - Merge conflicts due to multiple people editing the central file
2019-12-07nixos/ibus: install D-Bus servicesJan Tojnar
IBus contains some D-Bus services, we should install them too. And enable dconf properly.
2019-12-01dconf: move to top-levelJan Tojnar
2019-09-19Revert "nixos/doc: re-format"Eelco Dolstra
This reverts commit ea6e8775bd69e4676c623a85c39f1da540d29ad1. The new format is not an improvement.
2019-09-18nixos/doc: re-formatJan Tojnar
2019-08-10nixos/ibus: do not default-install ibus-qtPierre Bourdon
ibus-qt has not seen a release in 5 years and is only relevant for Qt 4.x, which is becoming more and more rare. Using my current laptop as a data point, ibus-qt is the only dependency left that drags in qt-4.8.7.
2018-09-29docs: formatGraham Christensen
2018-09-02nixos docs: more IDsGraham Christensen
2018-09-01nixos docs: give IDs to thingsGraham Christensen
2018-07-09options.i18n.inputMethod.package: fix type (#43239)volth
2018-06-27Merge pull request #42588 from laMudri/ibus-troubleshootJörg Thalheim
nixos/ibus: detail workaround for issue #11558
2018-06-25nixos/ibus: detail workaround for issue #11558laMudri
2018-04-12Added cross-references to NixOS manualReuben D'Netto
2017-02-27Remove top-level kde5 attributeThomas Tuegel
- There is no such thing as KDE 5
2017-01-24nixos/ibus: fix custom panel exampleThomas Tuegel
The example was missing a `''`, so it did not appear correctly in the manual. This also caused the manual to retain references inappropriately.
2017-01-20ibus: make panel configurableThomas Tuegel
2016-10-03ibus: refresh cache at startupThomas Tuegel
Fixes #19134. (Maybe.)
2016-10-01ibus: explain ibus-table in the docslaMudri
2016-09-29NixOS: Use runCommand instead of mkDerivation in a few placesEelco Dolstra
2016-09-23nixos/input-methods: use `gtk2` attribute for GTK 2Thomas Tuegel
2016-09-06input-methods modules: fix engine descriptionEric Sagnes
2016-08-28Merge pull request #15025 from ericsagnes/modules/manualDomen Kožar
manual: automatically generate modules documentation
2016-08-12fcitx-unikey: mention in dockbookHoàng Minh Thắng
2016-08-11modules: move meta at top levelEric Sagnes
2016-07-11fcitx: refactor (#16858)Eric Sagnes
2016-04-16input methods: fix gtk cacheEric Sagnes
2016-04-12input-method module: fix folder caseEric Sagnes
2016-04-12manual: add chapter on input methodsEric Sagnes
2016-02-28fcitx: show available engines in module descriptionThomas Tuegel
2016-02-28nixos: remove qtPlugins and gtkPluginsThomas Tuegel
Both Qt and GTK load plugins from the active profiles automatically, so it is sufficient to install input methods system-wide. Overriding the plugin paths may interfere with correct operation of other plugins.
2016-02-26ibus: add engine list to module descriptionThomas Tuegel
2016-02-26ibus: refresh cache at startupThomas Tuegel
2016-02-26ibus: rewrite NixOS moduleThomas Tuegel
2016-02-19inputMethod service: initEric Sagnes
2016-02-17nabi service: initEric Sagnes
2016-02-17uim service: initEric Sagnes
2016-02-17ibus service: refactoringEric Sagnes
2016-02-17fcitx-with-plugins: add fcitx-configtool and fcitx-qt5Eric Sagnes
2016-02-17fcitx service: initEric Sagnes