From 1c9843707914aecf3bfe4f51c47504b8d56791a4 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Wed, 9 Sep 2020 10:48:29 -0400 Subject: feat(gs/home): Add chupacabra home-manager to CI targets Also move fcitx to system, since it's a nixos thing not a home-manager thing. Change-Id: I3e047494a478520e939d48fc72cc91a2d797bf74 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1969 Tested-by: BuildkiteCI Reviewed-by: glittershark --- users/glittershark/system/home/modules/fcitx.nix | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 users/glittershark/system/home/modules/fcitx.nix (limited to 'users/glittershark/system/home/modules') diff --git a/users/glittershark/system/home/modules/fcitx.nix b/users/glittershark/system/home/modules/fcitx.nix deleted file mode 100644 index 02fb4f559371..000000000000 --- a/users/glittershark/system/home/modules/fcitx.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ config, lib, pkgs, ... }: - -{ - i18n.inputMethod = { - enabled = "fcitx"; - engines = with pkgs.fcitx-engines; [ - cloudpinyin - ]; - }; -} -- cgit 1.4.1