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 <grfn@gws.fyi>
This commit is contained in:
parent
90451fdc0e
commit
1c98437079
4 changed files with 6 additions and 2 deletions
|
@ -23,4 +23,8 @@ rec {
|
||||||
});
|
});
|
||||||
|
|
||||||
chupacabra = home ./machines/chupacabra.nix;
|
chupacabra = home ./machines/chupacabra.nix;
|
||||||
|
|
||||||
|
chupacabraHome = chupacabra.activation-script;
|
||||||
|
|
||||||
|
meta.targets = [ "chupacabraHome" ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,6 @@ in {
|
||||||
../modules/games.nix
|
../modules/games.nix
|
||||||
../modules/rtlsdr.nix
|
../modules/rtlsdr.nix
|
||||||
../modules/urbint.nix
|
../modules/urbint.nix
|
||||||
../modules/fcitx.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# for when hacking
|
# for when hacking
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
../modules/reusable/battery.nix
|
../modules/reusable/battery.nix
|
||||||
../modules/tvl.nix
|
../modules/tvl.nix
|
||||||
../modules/urbint.nix
|
../modules/urbint.nix
|
||||||
|
../modules/fcitx.nix
|
||||||
../../../../../ops/nixos/v4l2loopback.nix
|
../../../../../ops/nixos/v4l2loopback.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
i18n.inputMethod = {
|
i18n.inputMethod = {
|
||||||
enabled = "fcitx";
|
enabled = "fcitx";
|
||||||
engines = with pkgs.fcitx-engines; [
|
fcitx.engines = with pkgs.fcitx-engines; [
|
||||||
cloudpinyin
|
cloudpinyin
|
||||||
];
|
];
|
||||||
};
|
};
|
Loading…
Reference in a new issue