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/default.nix | 4 ++++ users/glittershark/system/home/machines/chupacabra.nix | 1 - users/glittershark/system/home/modules/fcitx.nix | 10 ---------- 3 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 users/glittershark/system/home/modules/fcitx.nix (limited to 'users/glittershark/system/home') diff --git a/users/glittershark/system/home/default.nix b/users/glittershark/system/home/default.nix index a10e3f8dfc..347f9596ed 100644 --- a/users/glittershark/system/home/default.nix +++ b/users/glittershark/system/home/default.nix @@ -23,4 +23,8 @@ rec { }); chupacabra = home ./machines/chupacabra.nix; + + chupacabraHome = chupacabra.activation-script; + + meta.targets = [ "chupacabraHome" ]; } diff --git a/users/glittershark/system/home/machines/chupacabra.nix b/users/glittershark/system/home/machines/chupacabra.nix index e150c5ae57..66531e9d7f 100644 --- a/users/glittershark/system/home/machines/chupacabra.nix +++ b/users/glittershark/system/home/machines/chupacabra.nix @@ -11,7 +11,6 @@ in { ../modules/games.nix ../modules/rtlsdr.nix ../modules/urbint.nix - ../modules/fcitx.nix ]; # for when hacking diff --git a/users/glittershark/system/home/modules/fcitx.nix b/users/glittershark/system/home/modules/fcitx.nix deleted file mode 100644 index 02fb4f5593..0000000000 --- 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