Guest User

Untitled

a guest
Jun 10th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. i18n = {
  2. consoleFont = "Lat2-Terminus16";
  3. consoleKeyMap = "us";
  4. defaultLocale = "en_US.UTF-8";
  5. supportedLocales = [ "en_US.UTF-8/UTF-8" "ja_JP.UTF-8/UTF-8" ];
  6. inputMethod = {
  7. enabled = "fcitx";
  8. fcitx.engines = with pkgs.fcitx-engines; [ anthy ];
  9. };
  10. };
Add Comment
Please, Sign In to add comment