mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: wezterm
This commit is contained in:
parent
3d8c64635f
commit
30d0659b8f
5 changed files with 133 additions and 4 deletions
|
|
@ -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})
|
||||
'';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue