niksos/hosts/chmura/profile.nix

11 lines
148 B
Nix
Raw Normal View History

2024-07-16 00:26:09 +02:00
{
2024-09-01 22:34:54 +02:00
lib,
...
}: let
inherit (lib.lists) map;
inherit (lib.path) append;
in {
imports = map (append ../common/optional) [
];
}