niksos/hosts/chmura/profile.nix
2024-09-01 22:34:54 +02:00

10 lines
148 B
Nix

{
lib,
...
}: let
inherit (lib.lists) map;
inherit (lib.path) append;
in {
imports = map (append ../common/optional) [
];
}