feat: wezterm

This commit is contained in:
Kat Inskip 2024-10-25 17:57:04 -04:00
parent 3d8c64635f
commit 30d0659b8f
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 133 additions and 4 deletions

View file

@ -4,7 +4,7 @@
...
}: let
inherit (inputs.std.lib) string list set;
systems = inputs.self.systems;
inherit (inputs.self) systems;
enabledNixosSystems = set.filter (_: system: system.config.ci.enable && system.config.type == "NixOS") systems;
in {
exports = ''
@ -18,4 +18,4 @@ in {
NF_NIX_SYSTEMS=(${toSystems enabledNixosSystems})
NF_NIX_SYSTEMS_WARN=(${toSystems warnSystems})
'';
}
}